Class: Aws::Types::EC2InstanceLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#current_instances::Integer

Returns the value of attribute current_instances.

Returns:



1101
1102
1103
# File 'sig/types.rbs', line 1101

def current_instances
  @current_instances
end

#ec2_instance_type"t2.micro", ...

Returns the value of attribute ec2_instance_type.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def ec2_instance_type
  @ec2_instance_type
end

#instance_limit::Integer

Returns the value of attribute instance_limit.

Returns:



1102
1103
1104
# File 'sig/types.rbs', line 1102

def instance_limit
  @instance_limit
end

#location::String

Returns the value of attribute location.

Returns:



1103
1104
1105
# File 'sig/types.rbs', line 1103

def location
  @location
end