Class: Aws::Types::RedshiftPropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::RedshiftCredentials

Returns the value of attribute credentials.



5147
5148
5149
# File 'sig/types.rbs', line 5147

def credentials
  @credentials
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5154
5155
5156
# File 'sig/types.rbs', line 5154

def database_name
  @database_name
end

#is_provisioned_secretBoolean

Returns the value of attribute is_provisioned_secret.

Returns:

  • (Boolean)


5148
5149
5150
# File 'sig/types.rbs', line 5148

def is_provisioned_secret
  @is_provisioned_secret
end

#jdbc_iam_url::String

Returns the value of attribute jdbc_iam_url.

Returns:

  • (::String)


5149
5150
5151
# File 'sig/types.rbs', line 5149

def jdbc_iam_url
  @jdbc_iam_url
end

#jdbc_url::String

Returns the value of attribute jdbc_url.

Returns:

  • (::String)


5150
5151
5152
# File 'sig/types.rbs', line 5150

def jdbc_url
  @jdbc_url
end

#lineage_syncTypes::RedshiftLineageSyncConfigurationOutput

Returns the value of attribute lineage_sync.



5152
5153
5154
# File 'sig/types.rbs', line 5152

def lineage_sync
  @lineage_sync
end

#redshift_temp_dir::String

Returns the value of attribute redshift_temp_dir.

Returns:

  • (::String)


5151
5152
5153
# File 'sig/types.rbs', line 5151

def redshift_temp_dir
  @redshift_temp_dir
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED")


5153
5154
5155
# File 'sig/types.rbs', line 5153

def status
  @status
end

#storageTypes::RedshiftStorageProperties

Returns the value of attribute storage.



5146
5147
5148
# File 'sig/types.rbs', line 5146

def storage
  @storage
end