AssumeRolePolicyDocumentProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new AssumeRolePolicyDocumentProperty {
object Statement,
object Version
};
Properties
Name | Type | Description |
---|---|---|
Statement |
object |
No description. |
Version |
object |
No description. |
Statement
Required
public object Statement { get; set; }
- Type: object
Version
Required
public object Version { get; set; }
- Type: object