Class: Aws::Types::InstanceLaunchTemplate
- Inherits:
-
Object
- Object
- Aws::Types::InstanceLaunchTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_option_type ⇒ ::String
Returns the value of attribute capacity_option_type.
-
#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.
-
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
-
#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_option_type ⇒ ::String
Returns the value of attribute capacity_option_type.
940 941 942 |
# File 'sig/types.rbs', line 940 def capacity_option_type @capacity_option_type end |
#capacity_reservations ⇒ Types::CapacityReservationRequest
Returns the value of attribute capacity_reservations.
944 945 946 |
# File 'sig/types.rbs', line 944 def capacity_reservations @capacity_reservations end |
#ec2_instance_profile_arn ⇒ ::String
Returns the value of attribute ec2_instance_profile_arn.
937 938 939 |
# File 'sig/types.rbs', line 937 def ec2_instance_profile_arn @ec2_instance_profile_arn end |
#fips_enabled ⇒ Boolean
Returns the value of attribute fips_enabled.
943 944 945 |
# File 'sig/types.rbs', line 943 def fips_enabled @fips_enabled end |
#instance_metadata_tags_propagation ⇒ Boolean
Returns the value of attribute instance_metadata_tags_propagation.
945 946 947 |
# File 'sig/types.rbs', line 945 def @instance_metadata_tags_propagation end |
#instance_requirements ⇒ Types::InstanceRequirementsRequest
Returns the value of attribute instance_requirements.
939 940 941 |
# File 'sig/types.rbs', line 939 def instance_requirements @instance_requirements end |
#local_storage_configuration ⇒ Types::ManagedInstancesLocalStorageConfiguration
Returns the value of attribute local_storage_configuration.
946 947 948 |
# File 'sig/types.rbs', line 946 def local_storage_configuration @local_storage_configuration end |
#monitoring ⇒ ::String
Returns the value of attribute monitoring.
942 943 944 |
# File 'sig/types.rbs', line 942 def monitoring @monitoring end |
#network_configuration ⇒ Types::ManagedInstancesNetworkConfiguration
Returns the value of attribute network_configuration.
938 939 940 |
# File 'sig/types.rbs', line 938 def network_configuration @network_configuration end |
#storage_configuration ⇒ Types::ManagedInstancesStorageConfiguration
Returns the value of attribute storage_configuration.
941 942 943 |
# File 'sig/types.rbs', line 941 def storage_configuration @storage_configuration end |