Class: Aws::Types::ListSourceServerActionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSourceServerActionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#filters ⇒ Types::SourceServerActionsRequestFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def account_id @account_id end |
#filters ⇒ Types::SourceServerActionsRequestFilters
Returns the value of attribute filters.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def next_token @next_token end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def source_server_id @source_server_id end |