Class: Aws::Redshift::Types::DeleteAuthenticationProfileMessage

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 to delete.

Returns:

  • (String)


3455
3456
3457
3458
3459
# File 'lib/aws-sdk-redshift/types.rb', line 3455

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