Class: Aws::Types::CreateLaunchTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2759
2760
2761
# File 'sig/types.rbs', line 2759

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2758
2759
2760
# File 'sig/types.rbs', line 2758

def dry_run
  @dry_run
end

#launch_template_dataTypes::RequestLaunchTemplateData

Returns the value of attribute launch_template_data.



2762
2763
2764
# File 'sig/types.rbs', line 2762

def launch_template_data
  @launch_template_data
end

#launch_template_name::String

Returns the value of attribute launch_template_name.

Returns:

  • (::String)


2760
2761
2762
# File 'sig/types.rbs', line 2760

def launch_template_name
  @launch_template_name
end

#operatorTypes::OperatorRequest

Returns the value of attribute operator.



2763
2764
2765
# File 'sig/types.rbs', line 2763

def operator
  @operator
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2764
2765
2766
# File 'sig/types.rbs', line 2764

def tag_specifications
  @tag_specifications
end

#version_description::String

Returns the value of attribute version_description.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def version_description
  @version_description
end