Class: Aws::Synthetics::Types::AssociateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::AssociateResourceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_identifier ⇒ String
Specifies the group.
-
#resource_arn ⇒ String
The ARN of the canary that you want to associate with the specified group.
Instance Attribute Details
#group_identifier ⇒ String
Specifies the group. You can specify the group name, the ARN, or the group ID as the ‘GroupIdentifier`.
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_arn ⇒ String
The ARN of the canary that you want to associate with the specified group.
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 |