Class: Aws::Route53Profiles::Types::DeleteProfileRequest

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

#profile_idString

The ID of the Profile that you want to delete.

Returns:

  • (String)


174
175
176
177
178
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 174

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