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)


11642
11643
11644
# File 'sig/types.rbs', line 11642

def instance_count
  @instance_count
end

#state"available", ...

Returns the value of attribute state.

Returns:

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


11643
11644
11645
# File 'sig/types.rbs', line 11643

def state
  @state
end