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)


3467
3468
3469
3470
3471
# File 'lib/aws-sdk-redshift/types.rb', line 3467

class DeleteAuthenticationProfileResult < Struct.new(
  :authentication_profile_name)
  SENSITIVE = []
  include Aws::Structure
end