Class: Aws::Types::InlinePolicyIdentifierType
- Inherits:
-
Object
- Object
- Aws::Types::InlinePolicyIdentifierType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
-
#attachment_type ⇒ "user", ...
Returns the value of attribute attachment_type.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def @attachment_name end |
#attachment_type ⇒ "user", ...
Returns the value of attribute attachment_type.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def @attachment_type end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def policy_name @policy_name end |