Class: Aws::Types::LaunchTemplateConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def 
  @account_id
end

#launch_template_id ⇒ ::String

Returns the value of attribute launch_template_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def launch_template_id
  @launch_template_id
end

#set_default_version ⇒ Boolean

Returns the value of attribute set_default_version.

Returns:

  • (Boolean)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def set_default_version
  @set_default_version
end