Class: Aws::Types::RedshiftDataParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sql, :sqls])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def db_user
  @db_user
end

#secret_manager_arn::String

Returns the value of attribute secret_manager_arn.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def secret_manager_arn
  @secret_manager_arn
end

#sql::String

Returns the value of attribute sql.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def sql
  @sql
end

#sqls::Array[::String]

Returns the value of attribute sqls.

Returns:

  • (::Array[::String])


1036
1037
1038
# File 'sig/types.rbs', line 1036

def sqls
  @sqls
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def statement_name
  @statement_name
end

#with_eventBoolean

Returns the value of attribute with_event.

Returns:

  • (Boolean)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def with_event
  @with_event
end