Class: Aws::Types::PolicyAttachment
- Inherits:
-
Object
- Object
- Aws::Types::PolicyAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
Instance Attribute Details
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def object_identifier @object_identifier end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def policy_id @policy_id end |
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def policy_type @policy_type end |