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)


11860
11861
11862
# File 'sig/types.rbs', line 11860

def instance_count
  @instance_count
end

#state"available", ...

Returns the value of attribute state.

Returns:

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


11861
11862
11863
# File 'sig/types.rbs', line 11861

def state
  @state
end