Class: Aws::Types::GetServerDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServerDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
331 332 333 |
# File 'sig/types.rbs', line 331 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
332 333 334 |
# File 'sig/types.rbs', line 332 def next_token @next_token end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
333 334 335 |
# File 'sig/types.rbs', line 333 def server_id @server_id end |