Class: Aws::Route53Profiles::Types::DeleteProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::DeleteProfileRequest
- 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 that you want to delete.
Instance Attribute Details
#profile_id ⇒ String
The ID of the Profile that you want to delete.
174 175 176 177 178 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 174 class DeleteProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |