Class: Aws::Types::OfferingStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#effective_on::Time

Returns the value of attribute effective_on.

Returns:

  • (::Time)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def effective_on
  @effective_on
end

#offeringTypes::Offering

Returns the value of attribute offering.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

def offering
  @offering
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def quantity
  @quantity
end

#type"PURCHASE", ...

Returns the value of attribute type.

Returns:

  • ("PURCHASE", "RENEW", "SYSTEM")


1010
1011
1012
# File 'sig/types.rbs', line 1010

def type
  @type
end