Class: Aws::Types::ServicePolicyAssociatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServicePolicyAssociatedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def policy_arn @policy_arn end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def policy_name @policy_name end |