Class: Aws::Types::KxNode

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.



777
778
779
# File 'sig/types.rbs', line 777

def availability_zone_id
  @availability_zone_id
end

#launch_time::Time

Returns the value of attribute launch_time.



778
779
780
# File 'sig/types.rbs', line 778

def launch_time
  @launch_time
end

#node_id::String

Returns the value of attribute node_id.



776
777
778
# File 'sig/types.rbs', line 776

def node_id
  @node_id
end

#status"RUNNING", "PROVISIONING"

Returns the value of attribute status.



779
780
781
# File 'sig/types.rbs', line 779

def status
  @status
end