Class: Aws::Types::CreateCapacityManagerDataExportRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def dry_run
  @dry_run
end

#output_format"csv", "parquet"

Returns the value of attribute output_format.

Returns:

  • ("csv", "parquet")


2159
2160
2161
# File 'sig/types.rbs', line 2159

def output_format
  @output_format
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def s3_bucket_name
  @s3_bucket_name
end

#s3_bucket_prefix::String

Returns the value of attribute s3_bucket_prefix.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def s3_bucket_prefix
  @s3_bucket_prefix
end

#schedule"hourly"

Returns the value of attribute schedule.

Returns:

  • ("hourly")


2158
2159
2160
# File 'sig/types.rbs', line 2158

def schedule
  @schedule
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2162
2163
2164
# File 'sig/types.rbs', line 2162

def tag_specifications
  @tag_specifications
end