Class: Aws::Types::StaticPolicyDefinitionDetail
- Inherits:
-
Object
- Object
- Aws::Types::StaticPolicyDefinitionDetail
- 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.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def description @description end |
#statement ⇒ ::String
Returns the value of attribute statement.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def statement @statement end |