Class: Aws::Types::NodeInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_status ⇒ "RUNNING", ...

Returns the value of attribute current_status.

Returns:

  • ("RUNNING", "ERROR", "NOT_AVAILABLE", "PAUSED")


620
621
622
# File 'sig/types.rbs', line 620

def current_status
  @current_status
end

#node_id ⇒ ::String

Returns the value of attribute node_id.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def node_id
  @node_id
end

#node_instance_id ⇒ ::String

Returns the value of attribute node_instance_id.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def node_instance_id
  @node_instance_id
end

#node_name ⇒ ::String

Returns the value of attribute node_name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def node_name
  @node_name
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def package_name
  @package_name
end

#package_patch_version ⇒ ::String

Returns the value of attribute package_patch_version.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def package_patch_version
  @package_patch_version
end

#package_version ⇒ ::String

Returns the value of attribute package_version.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def package_version
  @package_version
end