Class: Aws::Types::StartExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartExportRequest
- 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.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def s3_bucket_owner @s3_bucket_owner end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def s3_key @s3_key end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def end |