Class: Aws::Synthetics::Types::GetCanaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GetCanaryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run_id ⇒ String
The DryRunId associated with an existing canary’s dry run.
-
#name ⇒ String
The name of the canary that you want details for.
Instance Attribute Details
#dry_run_id ⇒ String
The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.
1283 1284 1285 1286 1287 1288 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1283 class GetCanaryRequest < Struct.new( :name, :dry_run_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the canary that you want details for.
1283 1284 1285 1286 1287 1288 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1283 class GetCanaryRequest < Struct.new( :name, :dry_run_id) SENSITIVE = [] include Aws::Structure end |