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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/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)


1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1102

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)


1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1102

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