Class: Aws::Types::DeleteMultiRegionAccessPointRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMultiRegionAccessPointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#details ⇒ Types::DeleteMultiRegionAccessPointInput
Returns the value of attribute details.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def account_id @account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
416 417 418 |
# File 'sig/types.rbs', line 416 def client_token @client_token end |
#details ⇒ Types::DeleteMultiRegionAccessPointInput
Returns the value of attribute details.
417 418 419 |
# File 'sig/types.rbs', line 417 def details @details end |