Class: Aws::Types::ReservedNodeExchangeStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_time::Time

Returns the value of attribute request_time.

Returns:

  • (::Time)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def request_time
  @request_time
end

#reserved_node_exchange_request_id::String

Returns the value of attribute reserved_node_exchange_request_id.

Returns:

  • (::String)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def reserved_node_exchange_request_id
  @reserved_node_exchange_request_id
end

#source_reserved_node_count::Integer

Returns the value of attribute source_reserved_node_count.

Returns:

  • (::Integer)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def source_reserved_node_count
  @source_reserved_node_count
end

#source_reserved_node_id::String

Returns the value of attribute source_reserved_node_id.

Returns:

  • (::String)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def source_reserved_node_id
  @source_reserved_node_id
end

#source_reserved_node_type::String

Returns the value of attribute source_reserved_node_type.

Returns:

  • (::String)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def source_reserved_node_type
  @source_reserved_node_type
end

#status"REQUESTED", ...

Returns the value of attribute status.

Returns:

  • ("REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED")


2516
2517
2518
# File 'sig/types.rbs', line 2516

def status
  @status
end

#target_reserved_node_count::Integer

Returns the value of attribute target_reserved_node_count.

Returns:

  • (::Integer)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def target_reserved_node_count
  @target_reserved_node_count
end

#target_reserved_node_offering_id::String

Returns the value of attribute target_reserved_node_offering_id.

Returns:

  • (::String)


2521
2522
2523
# File 'sig/types.rbs', line 2521

def target_reserved_node_offering_id
  @target_reserved_node_offering_id
end

#target_reserved_node_type::String

Returns the value of attribute target_reserved_node_type.

Returns:

  • (::String)


2522
2523
2524
# File 'sig/types.rbs', line 2522

def target_reserved_node_type
  @target_reserved_node_type
end