Class: Aws::Route53Profiles::Types::DeleteProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DeleteProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
Information about the ‘DeleteProfile` request, including the status of the request.
Instance Attribute Details
#profile ⇒ Types::Profile
Information about the ‘DeleteProfile` request, including the status of the request.
187 188 189 190 191 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 187 class DeleteProfileResponse < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |