Class: Aws::Types::CrossRegionS3RestoreSourcesAccess
- Inherits:
-
Object
- Object
- Aws::Types::CrossRegionS3RestoreSourcesAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#ipv4_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv4_addresses.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def ipv4_addresses @ipv4_addresses end |
#region ⇒ ::String
Returns the value of attribute region.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def region @region end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def status @status end |