Class: Aws::Types::Host
- Inherits:
-
Object
- Object
- Aws::Types::Host
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#host_ip ⇒ ::String
Returns the value of attribute host_ip.
-
#host_name ⇒ ::String
Returns the value of attribute host_name.
-
#host_role ⇒ "LEADER", ...
Returns the value of attribute host_role.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
Instance Attribute Details
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def ec2_instance_id @ec2_instance_id end |
#host_ip ⇒ ::String
Returns the value of attribute host_ip.
254 255 256 |
# File 'sig/types.rbs', line 254 def host_ip @host_ip end |
#host_name ⇒ ::String
Returns the value of attribute host_name.
253 254 255 |
# File 'sig/types.rbs', line 253 def host_name @host_name end |
#host_role ⇒ "LEADER", ...
Returns the value of attribute host_role.
257 258 259 |
# File 'sig/types.rbs', line 257 def host_role @host_role end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def instance_id @instance_id end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
258 259 260 |
# File 'sig/types.rbs', line 258 def os_version @os_version end |