Class: Aws::Types::CreateLocationS3Request
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationS3Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_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.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
211 212 213 |
# File 'sig/types.rbs', line 211 def agent_arns @agent_arns end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
208 209 210 |
# File 'sig/types.rbs', line 208 def s3_bucket_arn @s3_bucket_arn end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
210 211 212 |
# File 'sig/types.rbs', line 210 def s3_config @s3_config end |
#s3_storage_class ⇒ "STANDARD", ...
Returns the value of attribute s3_storage_class.
209 210 211 |
# File 'sig/types.rbs', line 209 def s3_storage_class @s3_storage_class end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
207 208 209 |
# File 'sig/types.rbs', line 207 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
212 213 214 |
# File 'sig/types.rbs', line 212 def @tags end |