Class: Aws::Types::InstanceCount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


11866
11867
11868
# File 'sig/types.rbs', line 11866

def instance_count
  @instance_count
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "sold", "cancelled", "pending")


11867
11868
11869
# File 'sig/types.rbs', line 11867

def state
  @state
end