Class: Aws::Route53Profiles::Types::DisassociateResourceFromProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DisassociateResourceFromProfileResponse
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Information about the
DisassociateResourceFromProfile
request, including the status of the request.
Instance Attribute Details
#profile_resource_association ⇒ Types::ProfileResourceAssociation
Information about the DisassociateResourceFromProfile
request,
including the status of the request.
246 247 248 249 250 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 246 class DisassociateResourceFromProfileResponse < Struct.new( :profile_resource_association) SENSITIVE = [] include Aws::Structure end |