Class: Aws::Types::GetBucketsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#include_connected_resources ⇒ Boolean
Returns the value of attribute include_connected_resources.
-
#include_cors ⇒ Boolean
Returns the value of attribute include_cors.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def bucket_name @bucket_name end |
#include_connected_resources ⇒ Boolean
Returns the value of attribute include_connected_resources.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def include_connected_resources @include_connected_resources end |
#include_cors ⇒ Boolean
Returns the value of attribute include_cors.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def include_cors @include_cors end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def page_token @page_token end |