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)


11372
11373
11374
# File 'sig/types.rbs', line 11372

def instance_count
  @instance_count
end

#state"available", ...

Returns the value of attribute state.

Returns:

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


11373
11374
11375
# File 'sig/types.rbs', line 11373

def state
  @state
end