Class: Aws::Types::ServerShortInfoResponse
- Inherits:
-
Object
- Object
- Aws::Types::ServerShortInfoResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
Instance Attribute Details
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def ip_address @ip_address end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def server_id @server_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def server_name @server_name end |