Class: Aws::Types::PipeTargetRedshiftDataParameters

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:



521
522
523
# File 'sig/types.rbs', line 521

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:



522
523
524
# File 'sig/types.rbs', line 522

def db_user
  @db_user
end

#secret_manager_arn::String

Returns the value of attribute secret_manager_arn.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def secret_manager_arn
  @secret_manager_arn
end

#sqls::Array[::String]

Returns the value of attribute sqls.

Returns:



525
526
527
# File 'sig/types.rbs', line 525

def sqls
  @sqls
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:



523
524
525
# File 'sig/types.rbs', line 523

def statement_name
  @statement_name
end

#with_eventBoolean

Returns the value of attribute with_event.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def with_event
  @with_event
end