Class: Aws::Types::AnalyzableServerSummary
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzableServerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#vm_id ⇒ ::String
Returns the value of attribute vm_id.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
31 32 33 |
# File 'sig/types.rbs', line 31 def hostname @hostname end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
32 33 34 |
# File 'sig/types.rbs', line 32 def ip_address @ip_address end |
#source ⇒ ::String
Returns the value of attribute source.
33 34 35 |
# File 'sig/types.rbs', line 33 def source @source end |
#vm_id ⇒ ::String
Returns the value of attribute vm_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def vm_id @vm_id end |