StatementProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ram;
new StatementProperty {
object Action = null,
object Condition = null,
object Effect = null,
object Resource = null
};
Properties
| Name |
Type |
Description |
Action |
object |
No description. |
Condition |
object |
No description. |
Effect |
object |
No description. |
Resource |
object |
No description. |
ActionOptional
public object Action { get; set; }
ConditionOptional
public object Condition { get; set; }
EffectOptional
public object Effect { get; set; }
ResourceOptional
public object Resource { get; set; }