Class: Aws::Redshift::Types::ModifyAuthenticationProfileResult

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 updated content of the authentication profile in JSON format.

Returns:

  • (String)


7737
7738
7739
7740
7741
7742
# File 'lib/aws-sdk-redshift/types.rb', line 7737

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

#authentication_profile_nameString

The name of the authentication profile that was replaced.

Returns:

  • (String)


7737
7738
7739
7740
7741
7742
# File 'lib/aws-sdk-redshift/types.rb', line 7737

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