Class: Aws::Types::PutAccessPointScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessPointScopeRequest
- 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.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def name @name end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def scope @scope end |