Class: Aws::Redshift::Types::DeleteAuthenticationProfileMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteAuthenticationProfileMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile_name ⇒ String
The name of the authentication profile to delete.
Instance Attribute Details
#authentication_profile_name ⇒ String
The name of the authentication profile to delete.
3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3510 class DeleteAuthenticationProfileMessage < Struct.new( :authentication_profile_name) SENSITIVE = [] include Aws::Structure end |