Class: Aws::Types::GetPartitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPartitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#exclude_column_schema ⇒ Boolean
Returns the value of attribute exclude_column_schema.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
-
#segment ⇒ Types::Segment
Returns the value of attribute segment.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def audit_context @audit_context end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def database_name @database_name end |
#exclude_column_schema ⇒ Boolean
Returns the value of attribute exclude_column_schema.
3913 3914 3915 |
# File 'sig/types.rbs', line 3913 def exclude_column_schema @exclude_column_schema end |
#expression ⇒ ::String
Returns the value of attribute expression.
3909 3910 3911 |
# File 'sig/types.rbs', line 3909 def expression @expression end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3912 3913 3914 |
# File 'sig/types.rbs', line 3912 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3910 3911 3912 |
# File 'sig/types.rbs', line 3910 def next_token @next_token end |
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def query_as_of_time @query_as_of_time end |
#segment ⇒ Types::Segment
Returns the value of attribute segment.
3911 3912 3913 |
# File 'sig/types.rbs', line 3911 def segment @segment end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def table_name @table_name end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
3914 3915 3916 |
# File 'sig/types.rbs', line 3914 def transaction_id @transaction_id end |