Class: Aws::Types::CreateMultiRegionAccessPointInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMultiRegionAccessPointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#public_access_block ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block.
-
#regions ⇒ ::Array[Types::Region]
Returns the value of attribute regions.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
275 276 277 |
# File 'sig/types.rbs', line 275 def name @name end |
#public_access_block ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block.
276 277 278 |
# File 'sig/types.rbs', line 276 def public_access_block @public_access_block end |
#regions ⇒ ::Array[Types::Region]
Returns the value of attribute regions.
277 278 279 |
# File 'sig/types.rbs', line 277 def regions @regions end |