Class: Aws::Types::ReservedNode

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)


835
836
837
# File 'sig/types.rbs', line 835

def arn
  @arn
end

#duration ⇒ ::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


829
830
831
# File 'sig/types.rbs', line 829

def duration
  @duration
end

#fixed_price ⇒ ::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


830
831
832
# File 'sig/types.rbs', line 830

def fixed_price
  @fixed_price
end

#node_count ⇒ ::Integer

Returns the value of attribute node_count.

Returns:

  • (::Integer)


831
832
833
# File 'sig/types.rbs', line 831

def node_count
  @node_count
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def node_type
  @node_type
end

#offering_type ⇒ ::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def offering_type
  @offering_type
end

#recurring_charges ⇒ ::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def recurring_charges
  @recurring_charges
end

#reservation_id ⇒ ::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def reservation_id
  @reservation_id
end

#reserved_nodes_offering_id ⇒ ::String

Returns the value of attribute reserved_nodes_offering_id.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def reserved_nodes_offering_id
  @reserved_nodes_offering_id
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


828
829
830
# File 'sig/types.rbs', line 828

def start_time
  @start_time
end

#state ⇒ ::String

Returns the value of attribute state.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def state
  @state
end