Class: Aws::Types::GetBackendStorageResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::GetBackendStorageResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#imported ⇒ Boolean
Returns the value of attribute imported.
-
#permissions ⇒ Types::BackendStoragePermissions
Returns the value of attribute permissions.
-
#service_name ⇒ "S3"
Returns the value of attribute service_name.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
660 661 662 |
# File 'sig/types.rbs', line 660 def bucket_name @bucket_name end |
#imported ⇒ Boolean
Returns the value of attribute imported.
661 662 663 |
# File 'sig/types.rbs', line 661 def imported @imported end |
#permissions ⇒ Types::BackendStoragePermissions
Returns the value of attribute permissions.
662 663 664 |
# File 'sig/types.rbs', line 662 def @permissions end |
#service_name ⇒ "S3"
Returns the value of attribute service_name.
663 664 665 |
# File 'sig/types.rbs', line 663 def service_name @service_name end |