Class: Aws::Types::BatchExecuteStatementOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def cluster_identifier
  @cluster_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def created_at
  @created_at
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def database
  @database
end

#db_groups::Array[::String]

Returns the value of attribute db_groups.

Returns:

  • (::Array[::String])


56
57
58
# File 'sig/types.rbs', line 56

def db_groups
  @db_groups
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def db_user
  @db_user
end

#has_result_setBoolean

Returns the value of attribute has_result_set.

Returns:

  • (Boolean)


63
64
65
# File 'sig/types.rbs', line 63

def has_result_set
  @has_result_set
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def id
  @id
end

#redshift_pid::Integer

Returns the value of attribute redshift_pid.

Returns:

  • (::Integer)


62
63
64
# File 'sig/types.rbs', line 62

def redshift_pid
  @redshift_pid
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def secret_arn
  @secret_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def session_id
  @session_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PICKED", "STARTED", "FINISHED", "ABORTED", "FAILED")


61
62
63
# File 'sig/types.rbs', line 61

def status
  @status
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def workgroup_name
  @workgroup_name
end