Class: Aws::Types::RedshiftConnectorProfileProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def bucket_prefix
  @bucket_prefix
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def cluster_identifier
  @cluster_identifier
end

#data_api_role_arn::String

Returns the value of attribute data_api_role_arn.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def data_api_role_arn
  @data_api_role_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def database_name
  @database_name
end

#database_url::String

Returns the value of attribute database_url.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def database_url
  @database_url
end

#is_redshift_serverlessBoolean

Returns the value of attribute is_redshift_serverless.

Returns:

  • (Boolean)


948
949
950
# File 'sig/types.rbs', line 948

def is_redshift_serverless
  @is_redshift_serverless
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def role_arn
  @role_arn
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def workgroup_name
  @workgroup_name
end