Class: Aws::Redshift::Types::DeleteAuthenticationProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteAuthenticationProfileResult
- Includes:
- Structure
- Defined in:
- 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 that was deleted.
Instance Attribute Details
#authentication_profile_name ⇒ String
The name of the authentication profile that was deleted.
3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-redshift/types.rb', line 3522 class DeleteAuthenticationProfileResult < Struct.new( :authentication_profile_name) SENSITIVE = [] include Aws::Structure end |