Class: Aws::Synthetics::Types::AssociateResourceRequest

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

#group_identifierString

Specifies the group. You can specify the group name, the ARN, or the group ID as the ‘GroupIdentifier`.

Returns:

  • (String)


67
68
69
70
71
72
# File 'lib/aws-sdk-synthetics/types.rb', line 67

class AssociateResourceRequest < Struct.new(
  :group_identifier,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the canary that you want to associate with the specified group.

Returns:

  • (String)


67
68
69
70
71
72
# File 'lib/aws-sdk-synthetics/types.rb', line 67

class AssociateResourceRequest < Struct.new(
  :group_identifier,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end