Class: Aws::Types::ListIntermediateTableVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListIntermediateTableVersionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def intermediate_table_identifier @intermediate_table_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def max_results @max_results end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def membership_identifier @membership_identifier end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def next_token @next_token end |