Class: Aws::Types::DescribeReservationResponse

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)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def arn
  @arn
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def count
  @count
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


1100
1101
1102
# File 'sig/types.rbs', line 1100

def duration_units
  @duration_units
end

#end::String

Returns the value of attribute end.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def end
  @end
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def fixed_price
  @fixed_price
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def name
  @name
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def offering_description
  @offering_description
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def offering_id
  @offering_id
end

#offering_type"NO_UPFRONT"

Returns the value of attribute offering_type.

Returns:

  • ("NO_UPFRONT")


1106
1107
1108
# File 'sig/types.rbs', line 1106

def offering_type
  @offering_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def region
  @region
end

#renewal_settingsTypes::RenewalSettings

Returns the value of attribute renewal_settings.



1108
1109
1110
# File 'sig/types.rbs', line 1108

def renewal_settings
  @renewal_settings
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def reservation_id
  @reservation_id
end

#resource_specificationTypes::ReservationResourceSpecification

Returns the value of attribute resource_specification.



1110
1111
1112
# File 'sig/types.rbs', line 1110

def resource_specification
  @resource_specification
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def start
  @start
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


1112
1113
1114
# File 'sig/types.rbs', line 1112

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


1113
1114
1115
# File 'sig/types.rbs', line 1113

def tags
  @tags
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def usage_price
  @usage_price
end