Class: Aws::Types::Reservation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2762
2763
2764
# File 'sig/types.rbs', line 2762

def arn
  @arn
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def count
  @count
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


2764
2765
2766
# File 'sig/types.rbs', line 2764

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


2765
2766
2767
# File 'sig/types.rbs', line 2765

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


2766
2767
2768
# File 'sig/types.rbs', line 2766

def duration_units
  @duration_units
end

#end::String

Returns the value of attribute end.

Returns:

  • (::String)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def end
  @end
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def fixed_price
  @fixed_price
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2769
2770
2771
# File 'sig/types.rbs', line 2769

def name
  @name
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


2770
2771
2772
# File 'sig/types.rbs', line 2770

def offering_description
  @offering_description
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


2771
2772
2773
# File 'sig/types.rbs', line 2771

def offering_id
  @offering_id
end

#offering_type"NO_UPFRONT"

Returns the value of attribute offering_type.

Returns:

  • ("NO_UPFRONT")


2772
2773
2774
# File 'sig/types.rbs', line 2772

def offering_type
  @offering_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2773
2774
2775
# File 'sig/types.rbs', line 2773

def region
  @region
end

#renewal_settingsTypes::RenewalSettings

Returns the value of attribute renewal_settings.



2774
2775
2776
# File 'sig/types.rbs', line 2774

def renewal_settings
  @renewal_settings
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


2775
2776
2777
# File 'sig/types.rbs', line 2775

def reservation_id
  @reservation_id
end

#resource_specificationTypes::ReservationResourceSpecification

Returns the value of attribute resource_specification.



2776
2777
2778
# File 'sig/types.rbs', line 2776

def resource_specification
  @resource_specification
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def start
  @start
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "EXPIRED", "CANCELED", "DELETED")


2778
2779
2780
# File 'sig/types.rbs', line 2778

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2779
2780
2781
# File 'sig/types.rbs', line 2779

def tags
  @tags
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def usage_price
  @usage_price
end