Class: Aws::Types::InstanceLaunchTemplateUpdate
- Inherits:
-
Object
- Object
- Aws::Types::InstanceLaunchTemplateUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservations ⇒ Types::CapacityReservationRequest
Returns the value of attribute capacity_reservations.
-
#ec2_instance_profile_arn ⇒ ::String
Returns the value of attribute ec2_instance_profile_arn.
-
#instance_metadata_tags_propagation ⇒ Boolean
Returns the value of attribute instance_metadata_tags_propagation.
-
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
-
#local_storage_configuration ⇒ Types::ManagedInstancesLocalStorageConfiguration
Returns the value of attribute local_storage_configuration.
-
#monitoring ⇒ ::String
Returns the value of attribute monitoring.
-
#network_configuration ⇒ Types::ManagedInstancesNetworkConfiguration
Returns the value of attribute network_configuration.
-
#storage_configuration ⇒ Types::ManagedInstancesStorageConfiguration
Returns the value of attribute storage_configuration.
Instance Attribute Details
#capacity_reservations ⇒ Types::CapacityReservationRequest
Returns the value of attribute capacity_reservations.
975 976 977 |
# File 'sig/types.rbs', line 975 def capacity_reservations @capacity_reservations end |
#ec2_instance_profile_arn ⇒ ::String
Returns the value of attribute ec2_instance_profile_arn.
970 971 972 |
# File 'sig/types.rbs', line 970 def ec2_instance_profile_arn @ec2_instance_profile_arn end |
#instance_metadata_tags_propagation ⇒ Boolean
Returns the value of attribute instance_metadata_tags_propagation.
976 977 978 |
# File 'sig/types.rbs', line 976 def end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
972 973 974 |
# File 'sig/types.rbs', line 972 def instance_requirements @instance_requirements end |
#local_storage_configuration ⇒ Types::ManagedInstancesLocalStorageConfiguration
Returns the value of attribute local_storage_configuration.
977 978 979 |
# File 'sig/types.rbs', line 977 def local_storage_configuration @local_storage_configuration end |
#monitoring ⇒ ::String
Returns the value of attribute monitoring.
974 975 976 |
# File 'sig/types.rbs', line 974 def monitoring @monitoring end |
#network_configuration ⇒ Types::ManagedInstancesNetworkConfiguration
Returns the value of attribute network_configuration.
971 972 973 |
# File 'sig/types.rbs', line 971 def network_configuration @network_configuration end |
#storage_configuration ⇒ Types::ManagedInstancesStorageConfiguration
Returns the value of attribute storage_configuration.
973 974 975 |
# File 'sig/types.rbs', line 973 def storage_configuration @storage_configuration end |