Class: Aws::Redshift::Types::ModifyAuthenticationProfileMessage

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_contentString

The new content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.

Returns:

  • (String)


7720
7721
7722
7723
7724
7725
# File 'lib/aws-sdk-redshift/types.rb', line 7720

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

#authentication_profile_nameString

The name of the authentication profile to replace.

Returns:

  • (String)


7720
7721
7722
7723
7724
7725
# File 'lib/aws-sdk-redshift/types.rb', line 7720

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