Class: Aws::Redshift::Types::CreateAuthenticationProfileMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_profile_contentString

The 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)


1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1887

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

#authentication_profile_nameString

The name of the authentication profile to be created.

Returns:

  • (String)


1887
1888
1889
1890
1891
1892
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1887

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