Class: Aws::Types::ListKxChangesetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListKxChangesetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
852 853 854 |
# File 'sig/types.rbs', line 852 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def environment_id @environment_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
854 855 856 |
# File 'sig/types.rbs', line 854 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
853 854 855 |
# File 'sig/types.rbs', line 853 def next_token @next_token end |