Class: Aws::Route53Profiles::Types::DeleteProfileResponse

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

#profileTypes::Profile

Information about the DeleteProfile request, including the status of the request.

Returns:



187
188
189
190
191
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 187

class DeleteProfileResponse < Struct.new(
  :profile)
  SENSITIVE = []
  include Aws::Structure
end