Class: Aws::B2bi::Types::DeleteProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::DeleteProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
Specifies the unique, system-generated identifier for the profile.
Instance Attribute Details
#profile_id ⇒ String
Specifies the unique, system-generated identifier for the profile.
751 752 753 754 755 |
# File 'lib/aws-sdk-b2bi/types.rb', line 751 class DeleteProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |