Class: Aws::Types::Host

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("LEADER", "WORKER", "STANDBY", "UNKNOWN")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def os_version
  @os_version
end