Class: Aws::Redshift::Types::CreateAuthenticationProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateAuthenticationProfileResult
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile_content ⇒ String
The content of the authentication profile in JSON format.
-
#authentication_profile_name ⇒ String
The name of the authentication profile that was created.
Instance Attribute Details
#authentication_profile_content ⇒ String
The content of the authentication profile in JSON format.
1761 1762 1763 1764 1765 1766 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1761 class CreateAuthenticationProfileResult < Struct.new( :authentication_profile_name, :authentication_profile_content) SENSITIVE = [] include Aws::Structure end |
#authentication_profile_name ⇒ String
The name of the authentication profile that was created.
1761 1762 1763 1764 1765 1766 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1761 class CreateAuthenticationProfileResult < Struct.new( :authentication_profile_name, :authentication_profile_content) SENSITIVE = [] include Aws::Structure end |