Class: Aws::Types::AwsAutoScalingLaunchConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAutoScalingLaunchConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
-
#block_device_mappings ⇒ ::Array[Types::AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails]
Returns the value of attribute block_device_mappings.
-
#classic_link_vpc_id ⇒ ::String
Returns the value of attribute classic_link_vpc_id.
-
#classic_link_vpc_security_groups ⇒ ::Array[::String]
Returns the value of attribute classic_link_vpc_security_groups.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
-
#iam_instance_profile ⇒ ::String
Returns the value of attribute iam_instance_profile.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_monitoring ⇒ Types::AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails
Returns the value of attribute instance_monitoring.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
-
#metadata_options ⇒ Types::AwsAutoScalingLaunchConfigurationMetadataOptions
Returns the value of attribute metadata_options.
-
#placement_tenancy ⇒ ::String
Returns the value of attribute placement_tenancy.
-
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
-
#user_data ⇒ ::String
Returns the value of attribute user_data.
Instance Attribute Details
#associate_public_ip_address ⇒ Boolean
Returns the value of attribute associate_public_ip_address.
656 657 658 |
# File 'sig/types.rbs', line 656 def associate_public_ip_address @associate_public_ip_address end |
#block_device_mappings ⇒ ::Array[Types::AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails]
Returns the value of attribute block_device_mappings.
657 658 659 |
# File 'sig/types.rbs', line 657 def block_device_mappings @block_device_mappings end |
#classic_link_vpc_id ⇒ ::String
Returns the value of attribute classic_link_vpc_id.
658 659 660 |
# File 'sig/types.rbs', line 658 def classic_link_vpc_id @classic_link_vpc_id end |
#classic_link_vpc_security_groups ⇒ ::Array[::String]
Returns the value of attribute classic_link_vpc_security_groups.
659 660 661 |
# File 'sig/types.rbs', line 659 def classic_link_vpc_security_groups @classic_link_vpc_security_groups end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
660 661 662 |
# File 'sig/types.rbs', line 660 def created_time @created_time end |
#ebs_optimized ⇒ Boolean
Returns the value of attribute ebs_optimized.
661 662 663 |
# File 'sig/types.rbs', line 661 def ebs_optimized @ebs_optimized end |
#iam_instance_profile ⇒ ::String
Returns the value of attribute iam_instance_profile.
662 663 664 |
# File 'sig/types.rbs', line 662 def iam_instance_profile @iam_instance_profile end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
663 664 665 |
# File 'sig/types.rbs', line 663 def image_id @image_id end |
#instance_monitoring ⇒ Types::AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails
Returns the value of attribute instance_monitoring.
664 665 666 |
# File 'sig/types.rbs', line 664 def instance_monitoring @instance_monitoring end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
665 666 667 |
# File 'sig/types.rbs', line 665 def instance_type @instance_type end |
#kernel_id ⇒ ::String
Returns the value of attribute kernel_id.
666 667 668 |
# File 'sig/types.rbs', line 666 def kernel_id @kernel_id end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
667 668 669 |
# File 'sig/types.rbs', line 667 def key_name @key_name end |
#launch_configuration_name ⇒ ::String
Returns the value of attribute launch_configuration_name.
668 669 670 |
# File 'sig/types.rbs', line 668 def launch_configuration_name @launch_configuration_name end |
#metadata_options ⇒ Types::AwsAutoScalingLaunchConfigurationMetadataOptions
Returns the value of attribute metadata_options.
674 675 676 |
# File 'sig/types.rbs', line 674 def @metadata_options end |
#placement_tenancy ⇒ ::String
Returns the value of attribute placement_tenancy.
669 670 671 |
# File 'sig/types.rbs', line 669 def placement_tenancy @placement_tenancy end |
#ramdisk_id ⇒ ::String
Returns the value of attribute ramdisk_id.
670 671 672 |
# File 'sig/types.rbs', line 670 def ramdisk_id @ramdisk_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
671 672 673 |
# File 'sig/types.rbs', line 671 def security_groups @security_groups end |
#spot_price ⇒ ::String
Returns the value of attribute spot_price.
672 673 674 |
# File 'sig/types.rbs', line 672 def spot_price @spot_price end |
#user_data ⇒ ::String
Returns the value of attribute user_data.
673 674 675 |
# File 'sig/types.rbs', line 673 def user_data @user_data end |