Class: Aws::Types::GetPartitionIndexesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPartitionIndexesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3897 3898 3899 |
# File 'sig/types.rbs', line 3897 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3898 3899 3900 |
# File 'sig/types.rbs', line 3898 def database_name @database_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3900 3901 3902 |
# File 'sig/types.rbs', line 3900 def next_token @next_token end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3899 3900 3901 |
# File 'sig/types.rbs', line 3899 def table_name @table_name end |