Class: Aws::Types::CreateAccessPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy_arn ⇒ ::String
Returns the value of attribute access_policy_arn.
-
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
Instance Attribute Details
#access_policy_arn ⇒ ::String
Returns the value of attribute access_policy_arn.
848 849 850 |
# File 'sig/types.rbs', line 848 def access_policy_arn @access_policy_arn end |
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
847 848 849 |
# File 'sig/types.rbs', line 847 def access_policy_id @access_policy_id end |