Class: Aws::Types::GetMultiRegionAccessPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMultiRegionAccessPointRequest
- 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.
818 819 820 |
# File 'sig/types.rbs', line 818 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
819 820 821 |
# File 'sig/types.rbs', line 819 def name @name end |