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)


2506
2507
2508
# File 'sig/types.rbs', line 2506

def request_time
  @request_time
end

#reserved_node_exchange_request_id::String

Returns the value of attribute reserved_node_exchange_request_id.

Returns:

  • (::String)


2504
2505
2506
# File 'sig/types.rbs', line 2504

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)


2509
2510
2511
# File 'sig/types.rbs', line 2509

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)


2507
2508
2509
# File 'sig/types.rbs', line 2507

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)


2508
2509
2510
# File 'sig/types.rbs', line 2508

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")


2505
2506
2507
# File 'sig/types.rbs', line 2505

def status
  @status
end

#target_reserved_node_count::Integer

Returns the value of attribute target_reserved_node_count.

Returns:

  • (::Integer)


2512
2513
2514
# File 'sig/types.rbs', line 2512

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)


2510
2511
2512
# File 'sig/types.rbs', line 2510

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)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def target_reserved_node_type
  @target_reserved_node_type
end