Class: Aws::Types::LaunchConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_public_ip_addressBoolean

Returns the value of attribute associate_public_ip_address.

Returns:

  • (Boolean)


898
899
900
# File 'sig/types.rbs', line 898

def associate_public_ip_address
  @associate_public_ip_address
end

#block_device_mappings::Array[Types::BlockDeviceMapping]

Returns the value of attribute block_device_mappings.

Returns:



892
893
894
# File 'sig/types.rbs', line 892

def block_device_mappings
  @block_device_mappings
end

Returns the value of attribute classic_link_vpc_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def classic_link_vpc_id
  @classic_link_vpc_id
end

Returns the value of attribute classic_link_vpc_security_groups.

Returns:

  • (::Array[::String])


887
888
889
# File 'sig/types.rbs', line 887

def classic_link_vpc_security_groups
  @classic_link_vpc_security_groups
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


896
897
898
# File 'sig/types.rbs', line 896

def created_time
  @created_time
end

#ebs_optimizedBoolean

Returns the value of attribute ebs_optimized.

Returns:

  • (Boolean)


897
898
899
# File 'sig/types.rbs', line 897

def ebs_optimized
  @ebs_optimized
end

#iam_instance_profile::String

Returns the value of attribute iam_instance_profile.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def iam_instance_profile
  @iam_instance_profile
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def image_id
  @image_id
end

#instance_monitoringTypes::InstanceMonitoring

Returns the value of attribute instance_monitoring.



893
894
895
# File 'sig/types.rbs', line 893

def instance_monitoring
  @instance_monitoring
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def instance_type
  @instance_type
end

#kernel_id::String

Returns the value of attribute kernel_id.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def kernel_id
  @kernel_id
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def key_name
  @key_name
end

#launch_configuration_arn::String

Returns the value of attribute launch_configuration_arn.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def launch_configuration_arn
  @launch_configuration_arn
end

#launch_configuration_name::String

Returns the value of attribute launch_configuration_name.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def launch_configuration_name
  @launch_configuration_name
end

#metadata_optionsTypes::InstanceMetadataOptions

Returns the value of attribute metadata_options.



900
901
902
# File 'sig/types.rbs', line 900

def 
  @metadata_options
end

#placement_tenancy::String

Returns the value of attribute placement_tenancy.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def placement_tenancy
  @placement_tenancy
end

#ramdisk_id::String

Returns the value of attribute ramdisk_id.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def ramdisk_id
  @ramdisk_id
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


885
886
887
# File 'sig/types.rbs', line 885

def security_groups
  @security_groups
end

#spot_price::String

Returns the value of attribute spot_price.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def spot_price
  @spot_price
end

#user_data::String

Returns the value of attribute user_data.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def user_data
  @user_data
end