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)


1157
1158
1159
1160
1161
# File 'lib/aws-sdk-synthetics/types.rb', line 1157

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