Class: Aws::Route53Profiles::Types::DisassociateProfileRequest

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

ID of the Profile.

Returns:

  • (String)


203
204
205
206
207
208
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 203

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

#resource_idString

The ID of the VPC.

Returns:

  • (String)


203
204
205
206
207
208
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 203

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