Class: Aws::Redshift::Types::DescribeAuthenticationProfilesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeAuthenticationProfilesMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile_name ⇒ String
The name of the authentication profile to describe.
Instance Attribute Details
#authentication_profile_name ⇒ String
The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.
3898 3899 3900 3901 3902 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3898 class DescribeAuthenticationProfilesMessage < Struct.new( :authentication_profile_name) SENSITIVE = [] include Aws::Structure end |