Class: Aws::ResilienceHub::Types::StartMetricsExportRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

(Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.

Returns:

  • (String)


6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6203

class StartMetricsExportRequest < Struct.new(
  :bucket_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6203

class StartMetricsExportRequest < Struct.new(
  :bucket_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end