Class: Aws::Types::GetAccessPointPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAccessPointPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
632 633 634 |
# File 'sig/types.rbs', line 632 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
633 634 635 |
# File 'sig/types.rbs', line 633 def name @name end |