Class: Aws::Types::UpdateLocationS3Request
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationS3Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
-
#s3_storage_class ⇒ "STANDARD", ...
Returns the value of attribute s3_storage_class.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def location_arn @location_arn end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def s3_config @s3_config end |
#s3_storage_class ⇒ "STANDARD", ...
Returns the value of attribute s3_storage_class.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def s3_storage_class @s3_storage_class end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def subdirectory @subdirectory end |