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.
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.
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.
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.
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.
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.
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.
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.
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.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def target_reserved_node_type @target_reserved_node_type end |