Class: Aws::Redshift::Types::DescribeAuthenticationProfilesMessage

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 describe. If not specified then all authentication profiles owned by the account are listed.

Returns:

  • (String)


3831
3832
3833
3834
3835
# File 'lib/aws-sdk-redshift/types.rb', line 3831

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