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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


3515
3516
3517
3518
3519
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3515

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