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.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def @attachment_name end |
#attachment_type ⇒ "user", ...
Returns the value of attribute attachment_type.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def @attachment_type end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def policy_name @policy_name end |