Class: Aws::Types::BatchExecuteStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchExecuteStatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#redshift_pid ⇒ ::Integer
Returns the value of attribute redshift_pid.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
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.
53 54 55 |
# File 'sig/types.rbs', line 53 def created_at @created_at end |
#database ⇒ ::String
Returns the value of attribute database.
57 58 59 |
# File 'sig/types.rbs', line 57 def database @database end |
#db_groups ⇒ ::Array[::String]
Returns the value of attribute db_groups.
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.
55 56 57 |
# File 'sig/types.rbs', line 55 def db_user @db_user end |
#has_result_set ⇒ Boolean
Returns the value of attribute has_result_set.
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.
52 53 54 |
# File 'sig/types.rbs', line 52 def id @id end |
#redshift_pid ⇒ ::Integer
Returns the value of attribute redshift_pid.
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.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def session_id @session_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
61 62 63 |
# File 'sig/types.rbs', line 61 def status @status end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
59 60 61 |
# File 'sig/types.rbs', line 59 def workgroup_name @workgroup_name end |