Class: Aws::Types::ListBucketIntelligentTieringConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketIntelligentTieringConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def bucket @bucket end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def continuation_token @continuation_token end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def expected_bucket_owner @expected_bucket_owner end |