Class: Aws::Types::StaticPolicyDefinition
- Inherits:
-
Object
- Object
- Aws::Types::StaticPolicyDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#statement ⇒ ::String
Returns the value of attribute statement.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def description @description end |
#statement ⇒ ::String
Returns the value of attribute statement.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def statement @statement end |