Class: Aws::Synthetics::Types::DisassociateResourceRequest

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)


1071
1072
1073
1074
1075
1076
# File 'lib/aws-sdk-synthetics/types.rb', line 1071

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

#resource_arnString

The ARN of the canary that you want to remove from the specified group.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'lib/aws-sdk-synthetics/types.rb', line 1071

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