Class: Aws::Route53Profiles::Types::DisassociateResourceFromProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The ID of the Profile.

Returns:

  • (String)


231
232
233
234
235
236
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 231

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


231
232
233
234
235
236
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 231

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