Class: Aws::Types::GetServerDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServerDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_applications ⇒ ::Array[Types::AssociatedApplication]
Returns the value of attribute associated_applications.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#server_detail ⇒ Types::ServerDetail
Returns the value of attribute server_detail.
Instance Attribute Details
#associated_applications ⇒ ::Array[Types::AssociatedApplication]
Returns the value of attribute associated_applications.
338 339 340 |
# File 'sig/types.rbs', line 338 def associated_applications @associated_applications end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
339 340 341 |
# File 'sig/types.rbs', line 339 def next_token @next_token end |
#server_detail ⇒ Types::ServerDetail
Returns the value of attribute server_detail.
340 341 342 |
# File 'sig/types.rbs', line 340 def server_detail @server_detail end |