Class: Aws::Types::DescribeTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#connected_database ⇒ ::String
Returns the value of attribute connected_database.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#table ⇒ ::String
Returns the value of attribute table.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
132 133 134 |
# File 'sig/types.rbs', line 132 def cluster_identifier @cluster_identifier end |
#connected_database ⇒ ::String
Returns the value of attribute connected_database.
136 137 138 |
# File 'sig/types.rbs', line 136 def connected_database @connected_database end |
#database ⇒ ::String
Returns the value of attribute database.
135 136 137 |
# File 'sig/types.rbs', line 135 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
134 135 136 |
# File 'sig/types.rbs', line 134 def db_user @db_user end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
140 141 142 |
# File 'sig/types.rbs', line 140 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
139 140 141 |
# File 'sig/types.rbs', line 139 def next_token @next_token end |
#schema ⇒ ::String
Returns the value of attribute schema.
137 138 139 |
# File 'sig/types.rbs', line 137 def schema @schema end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def secret_arn @secret_arn end |
#table ⇒ ::String
Returns the value of attribute table.
138 139 140 |
# File 'sig/types.rbs', line 138 def table @table end |
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def workgroup_name @workgroup_name end |