Class: Aws::Types::TargetS3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::TargetS3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def s3_bucket_owner @s3_bucket_owner end |