Class: Aws::Redshift::Types::DeleteAuthenticationProfileResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_profile_nameString

The name of the authentication profile that was deleted.

Returns:

  • (String)


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