Class: Aws::Types::ReservedNodeExchangeStatus
- Inherits:
-
Object
- Object
- Aws::Types::ReservedNodeExchangeStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#reserved_node_exchange_request_id ⇒ ::String
Returns the value of attribute reserved_node_exchange_request_id.
-
#source_reserved_node_count ⇒ ::Integer
Returns the value of attribute source_reserved_node_count.
-
#source_reserved_node_id ⇒ ::String
Returns the value of attribute source_reserved_node_id.
-
#source_reserved_node_type ⇒ ::String
Returns the value of attribute source_reserved_node_type.
-
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
-
#target_reserved_node_count ⇒ ::Integer
Returns the value of attribute target_reserved_node_count.
-
#target_reserved_node_offering_id ⇒ ::String
Returns the value of attribute target_reserved_node_offering_id.
-
#target_reserved_node_type ⇒ ::String
Returns the value of attribute target_reserved_node_type.
Instance Attribute Details
#request_time ⇒ ::Time
Returns the value of attribute request_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.
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.
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.
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.
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.
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.
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.
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.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def target_reserved_node_type @target_reserved_node_type end |