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

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

Returns:

  • (String)


3934
3935
3936
3937
3938
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3934

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