Class: Aws::Types::DescribeFastLaunchImagesSuccessItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


5903
5904
5905
# File 'sig/types.rbs', line 5903

def image_id
  @image_id
end

#launch_templateTypes::FastLaunchLaunchTemplateSpecificationResponse

Returns the value of attribute launch_template.



5906
5907
5908
# File 'sig/types.rbs', line 5906

def launch_template
  @launch_template
end

#max_parallel_launches::Integer

Returns the value of attribute max_parallel_launches.

Returns:

  • (::Integer)


5907
5908
5909
# File 'sig/types.rbs', line 5907

def max_parallel_launches
  @max_parallel_launches
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


5908
5909
5910
# File 'sig/types.rbs', line 5908

def owner_id
  @owner_id
end

#resource_type"snapshot"

Returns the value of attribute resource_type.

Returns:

  • ("snapshot")


5904
5905
5906
# File 'sig/types.rbs', line 5904

def resource_type
  @resource_type
end

#snapshot_configurationTypes::FastLaunchSnapshotConfigurationResponse

Returns the value of attribute snapshot_configuration.



5905
5906
5907
# File 'sig/types.rbs', line 5905

def snapshot_configuration
  @snapshot_configuration
end

#state"enabling", ...

Returns the value of attribute state.

Returns:

  • ("enabling", "enabling-failed", "enabled", "enabled-failed", "disabling", "disabling-failed")


5909
5910
5911
# File 'sig/types.rbs', line 5909

def state
  @state
end

#state_transition_reason::String

Returns the value of attribute state_transition_reason.

Returns:

  • (::String)


5910
5911
5912
# File 'sig/types.rbs', line 5910

def state_transition_reason
  @state_transition_reason
end

#state_transition_time::Time

Returns the value of attribute state_transition_time.

Returns:

  • (::Time)


5911
5912
5913
# File 'sig/types.rbs', line 5911

def state_transition_time
  @state_transition_time
end