Class: Aws::Types::InstanceLaunchTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_option_type"ON_DEMAND", ...

Returns the value of attribute capacity_option_type.

Returns:

  • ("ON_DEMAND", "SPOT", "RESERVED")


1411
1412
1413
# File 'sig/types.rbs', line 1411

def capacity_option_type
  @capacity_option_type
end

#capacity_reservationsTypes::CapacityReservationRequest

Returns the value of attribute capacity_reservations.



1415
1416
1417
# File 'sig/types.rbs', line 1415

def capacity_reservations
  @capacity_reservations
end

#ec2_instance_profile_arn::String

Returns the value of attribute ec2_instance_profile_arn.

Returns:

  • (::String)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def ec2_instance_profile_arn
  @ec2_instance_profile_arn
end

#fips_enabledBoolean

Returns the value of attribute fips_enabled.

Returns:

  • (Boolean)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def fips_enabled
  @fips_enabled
end

#instance_metadata_tags_propagationBoolean

Returns the value of attribute instance_metadata_tags_propagation.

Returns:

  • (Boolean)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def 
  @instance_metadata_tags_propagation
end

#instance_requirementsTypes::InstanceRequirementsRequest

Returns the value of attribute instance_requirements.



1413
1414
1415
# File 'sig/types.rbs', line 1413

def instance_requirements
  @instance_requirements
end

#local_storage_configurationTypes::ManagedInstancesLocalStorageConfiguration

Returns the value of attribute local_storage_configuration.



1409
1410
1411
# File 'sig/types.rbs', line 1409

def local_storage_configuration
  @local_storage_configuration
end

#monitoring"BASIC", "DETAILED"

Returns the value of attribute monitoring.

Returns:

  • ("BASIC", "DETAILED")


1410
1411
1412
# File 'sig/types.rbs', line 1410

def monitoring
  @monitoring
end

#network_configurationTypes::ManagedInstancesNetworkConfiguration

Returns the value of attribute network_configuration.



1407
1408
1409
# File 'sig/types.rbs', line 1407

def network_configuration
  @network_configuration
end

#storage_configurationTypes::ManagedInstancesStorageConfiguration

Returns the value of attribute storage_configuration.



1408
1409
1410
# File 'sig/types.rbs', line 1408

def storage_configuration
  @storage_configuration
end