Class: Aws::Types::InstanceGroup

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.



6793
6794
6795
# File 'sig/types.rbs', line 6793

def instance_count
  @instance_count
end

#instance_group_name::String

Returns the value of attribute instance_group_name.



6794
6795
6796
# File 'sig/types.rbs', line 6794

def instance_group_name
  @instance_group_name
end

#instance_type"ml.m4.xlarge", ...

Returns the value of attribute instance_type.



6792
6793
6794
# File 'sig/types.rbs', line 6792

def instance_type
  @instance_type
end