Class: Aws::Route53Profiles::Types::DisassociateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DisassociateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
ID of the Profile.
-
#resource_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#profile_id ⇒ String
ID of the Profile.
203 204 205 206 207 208 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 203 class DisassociateProfileRequest < Struct.new( :profile_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the VPC.
203 204 205 206 207 208 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 203 class DisassociateProfileRequest < Struct.new( :profile_id, :resource_id) SENSITIVE = [] include Aws::Structure end |