Class: Aws::Route53Profiles::Types::DisassociateResourceFromProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DisassociateResourceFromProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The ID of the Profile.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#profile_id ⇒ String
The ID of the Profile.
232 233 234 235 236 237 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 232 class DisassociateResourceFromProfileRequest < Struct.new( :profile_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
232 233 234 235 236 237 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 232 class DisassociateResourceFromProfileRequest < Struct.new( :profile_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |