Class: Aws::Types::FastLaunchConfiguration

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)


648
649
650
# File 'sig/types.rbs', line 648

def 
  @account_id
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


644
645
646
# File 'sig/types.rbs', line 644

def enabled
  @enabled
end

#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecification

Returns the value of attribute launch_template.



647
648
649
# File 'sig/types.rbs', line 647

def launch_template
  @launch_template
end

#max_parallel_launches ⇒ ::Integer

Returns the value of attribute max_parallel_launches.

Returns:

  • (::Integer)


646
647
648
# File 'sig/types.rbs', line 646

def max_parallel_launches
  @max_parallel_launches
end

#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfiguration

Returns the value of attribute snapshot_configuration.



645
646
647
# File 'sig/types.rbs', line 645

def snapshot_configuration
  @snapshot_configuration
end