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.
851 852 853 |
# File 'sig/types.rbs', line 851 def access_policy_arn @access_policy_arn end |
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def access_policy_id @access_policy_id end |