Class: Aws::Synthetics::Types::GetCanaryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the canary that you want details for.

Returns:

  • (String)


1088
1089
1090
1091
1092
# File 'lib/aws-sdk-synthetics/types.rb', line 1088

class GetCanaryRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end