Class: Aws::Redshift::Types::ModifyAuthenticationProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyAuthenticationProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_profile_content ⇒ String
The updated content of the authentication profile in JSON format.
-
#authentication_profile_name ⇒ String
The name of the authentication profile that was replaced.
Instance Attribute Details
#authentication_profile_content ⇒ String
The updated content of the authentication profile in JSON format.
7990 7991 7992 7993 7994 7995 |
# File 'lib/aws-sdk-redshift/types.rb', line 7990 class ModifyAuthenticationProfileResult < 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 replaced.
7990 7991 7992 7993 7994 7995 |
# File 'lib/aws-sdk-redshift/types.rb', line 7990 class ModifyAuthenticationProfileResult < Struct.new( :authentication_profile_name, :authentication_profile_content) SENSITIVE = [] include Aws::Structure end |