Class: Aws::Types::MultiRegionAccessPointReport
- Inherits:
-
Object
- Object
- Aws::Types::MultiRegionAccessPointReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#public_access_block ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block.
-
#regions ⇒ ::Array[Types::RegionReport]
Returns the value of attribute regions.
-
#status ⇒ "READY", ...
Returns the value of attribute status.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def alias @alias end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def created_at @created_at end |
#name ⇒ ::String
Returns the value of attribute name.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def name @name end |
#public_access_block ⇒ Types::PublicAccessBlockConfiguration
Returns the value of attribute public_access_block.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def public_access_block @public_access_block end |
#regions ⇒ ::Array[Types::RegionReport]
Returns the value of attribute regions.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def regions @regions end |
#status ⇒ "READY", ...
Returns the value of attribute status.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def status @status end |