Class: Aws::Types::CreateCapacityManagerDataExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityManagerDataExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#output_format ⇒ "csv", "parquet"
Returns the value of attribute output_format.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_bucket_prefix ⇒ ::String
Returns the value of attribute s3_bucket_prefix.
-
#schedule ⇒ "hourly"
Returns the value of attribute schedule.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def dry_run @dry_run end |
#output_format ⇒ "csv", "parquet"
Returns the value of attribute output_format.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def output_format @output_format end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def s3_bucket_name @s3_bucket_name end |
#s3_bucket_prefix ⇒ ::String
Returns the value of attribute s3_bucket_prefix.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def s3_bucket_prefix @s3_bucket_prefix end |
#schedule ⇒ "hourly"
Returns the value of attribute schedule.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def schedule @schedule end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def tag_specifications @tag_specifications end |