Class: Aws::Types::DeleteReservationResponse

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)


868
869
870
# File 'sig/types.rbs', line 868

def arn
  @arn
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


869
870
871
# File 'sig/types.rbs', line 869

def count
  @count
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


871
872
873
# File 'sig/types.rbs', line 871

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


872
873
874
# File 'sig/types.rbs', line 872

def duration_units
  @duration_units
end

#end::String

Returns the value of attribute end.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def end
  @end
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


874
875
876
# File 'sig/types.rbs', line 874

def fixed_price
  @fixed_price
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def name
  @name
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def offering_description
  @offering_description
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def offering_id
  @offering_id
end

#offering_type"NO_UPFRONT"

Returns the value of attribute offering_type.

Returns:

  • ("NO_UPFRONT")


878
879
880
# File 'sig/types.rbs', line 878

def offering_type
  @offering_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def region
  @region
end

#renewal_settingsTypes::RenewalSettings

Returns the value of attribute renewal_settings.



880
881
882
# File 'sig/types.rbs', line 880

def renewal_settings
  @renewal_settings
end

#reservation_id::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def reservation_id
  @reservation_id
end

#resource_specificationTypes::ReservationResourceSpecification

Returns the value of attribute resource_specification.



882
883
884
# File 'sig/types.rbs', line 882

def resource_specification
  @resource_specification
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def start
  @start
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


884
885
886
# File 'sig/types.rbs', line 884

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


885
886
887
# File 'sig/types.rbs', line 885

def tags
  @tags
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


886
887
888
# File 'sig/types.rbs', line 886

def usage_price
  @usage_price
end