Class: Aws::ResilienceHub::Types::StartMetricsExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::StartMetricsExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
(Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.
-
#client_token ⇒ String
Used for an idempotency token.
Instance Attribute Details
#bucket_name ⇒ String
(Optional) Specifies the name of the Amazon Simple Storage Service bucket where the exported metrics will be stored.
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_token ⇒ String
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.
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 |