Class: Aws::Types::StaticFileS3SourceOptions
- Inherits:
-
Object
- Object
- Aws::Types::StaticFileS3SourceOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#object_key ⇒ ::String
Returns the value of attribute object_key.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
10599 10600 10601 |
# File 'sig/types.rbs', line 10599 def bucket_name @bucket_name end |
#object_key ⇒ ::String
Returns the value of attribute object_key.
10600 10601 10602 |
# File 'sig/types.rbs', line 10600 def object_key @object_key end |
#region ⇒ ::String
Returns the value of attribute region.
10601 10602 10603 |
# File 'sig/types.rbs', line 10601 def region @region end |