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 ⇒ "BASIC", "DETAILED"
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.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def capacity_reservations @capacity_reservations end |
#ec2_instance_profile_arn ⇒ ::String
Returns the value of attribute ec2_instance_profile_arn.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def ec2_instance_profile_arn @ec2_instance_profile_arn end |
#instance_metadata_tags_propagation ⇒ Boolean
Returns the value of attribute instance_metadata_tags_propagation.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def @instance_metadata_tags_propagation end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def instance_requirements @instance_requirements end |
#local_storage_configuration ⇒ Types::ManagedInstancesLocalStorageConfiguration
Returns the value of attribute local_storage_configuration.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def local_storage_configuration @local_storage_configuration end |
#monitoring ⇒ "BASIC", "DETAILED"
Returns the value of attribute monitoring.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def monitoring @monitoring end |
#network_configuration ⇒ Types::ManagedInstancesNetworkConfiguration
Returns the value of attribute network_configuration.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def network_configuration @network_configuration end |
#storage_configuration ⇒ Types::ManagedInstancesStorageConfiguration
Returns the value of attribute storage_configuration.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def storage_configuration @storage_configuration end |