Class: Aws::Synthetics::Types::DisassociateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::DisassociateResourceRequest
- 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 remove from 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`.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1140 class DisassociateResourceRequest < Struct.new( :group_identifier, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the canary that you want to remove from the specified group.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1140 class DisassociateResourceRequest < Struct.new( :group_identifier, :resource_arn) SENSITIVE = [] include Aws::Structure end |