Class: Aws::Types::RegionReport
- Inherits:
-
Object
- Object
- Aws::Types::RegionReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def bucket @bucket end |
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def bucket_account_id @bucket_account_id end |
#region ⇒ ::String
Returns the value of attribute region.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def region @region end |