Class: Aws::Types::RedshiftDataParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:



871
872
873
# File 'sig/types.rbs', line 871

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:



872
873
874
# File 'sig/types.rbs', line 872

def db_user
  @db_user
end

#secret_manager_arn::String

Returns the value of attribute secret_manager_arn.

Returns:



870
871
872
# File 'sig/types.rbs', line 870

def secret_manager_arn
  @secret_manager_arn
end

#sql::String

Returns the value of attribute sql.

Returns:



873
874
875
# File 'sig/types.rbs', line 873

def sql
  @sql
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:



874
875
876
# File 'sig/types.rbs', line 874

def statement_name
  @statement_name
end

#with_eventBoolean

Returns the value of attribute with_event.

Returns:



875
876
877
# File 'sig/types.rbs', line 875

def with_event
  @with_event
end