Class: Aws::Types::InstanceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_enis ⇒ Types::AdditionalEnis
Returns the value of attribute additional_enis.
-
#capacity_reservation ⇒ Types::CapacityReservation
Returns the value of attribute capacity_reservation.
-
#customer_eni ⇒ ::String
Returns the value of attribute customer_eni.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#instance_requirements_eni_configurations ⇒ ::Array[Types::InstanceRequirementsEniConfiguration]
Returns the value of attribute instance_requirements_eni_configurations.
-
#lcs_execution_state ⇒ ::String
Returns the value of attribute lcs_execution_state.
-
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
Instance Attribute Details
#additional_enis ⇒ Types::AdditionalEnis
Returns the value of attribute additional_enis.
6770 6771 6772 |
# File 'sig/types.rbs', line 6770 def additional_enis @additional_enis end |
#capacity_reservation ⇒ Types::CapacityReservation
Returns the value of attribute capacity_reservation.
6772 6773 6774 |
# File 'sig/types.rbs', line 6772 def capacity_reservation @capacity_reservation end |
#customer_eni ⇒ ::String
Returns the value of attribute customer_eni.
6769 6770 6771 |
# File 'sig/types.rbs', line 6769 def customer_eni @customer_eni end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
6773 6774 6775 |
# File 'sig/types.rbs', line 6773 def @failure_message end |
#instance_requirements_eni_configurations ⇒ ::Array[Types::InstanceRequirementsEniConfiguration]
Returns the value of attribute instance_requirements_eni_configurations.
6771 6772 6773 |
# File 'sig/types.rbs', line 6771 def instance_requirements_eni_configurations @instance_requirements_eni_configurations end |
#lcs_execution_state ⇒ ::String
Returns the value of attribute lcs_execution_state.
6774 6775 6776 |
# File 'sig/types.rbs', line 6774 def lcs_execution_state @lcs_execution_state end |
#node_logical_id ⇒ ::String
Returns the value of attribute node_logical_id.
6775 6776 6777 |
# File 'sig/types.rbs', line 6775 def node_logical_id @node_logical_id end |