Class: Aws::Types::GetMicrovmImageBuildOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture"ARM_64"

Returns the value of attribute architecture.

Returns:

  • ("ARM_64")


148
149
150
# File 'sig/types.rbs', line 148

def architecture
  @architecture
end

#build_id::String

Returns the value of attribute build_id.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def build_id
  @build_id
end

#build_state"PENDING", ...

Returns the value of attribute build_state.

Returns:

  • ("PENDING", "IN_PROGRESS", "SUCCESSFUL", "FAILED")


147
148
149
# File 'sig/types.rbs', line 147

def build_state
  @build_state
end

#chipset"GRAVITON"

Returns the value of attribute chipset.

Returns:

  • ("GRAVITON")


149
150
151
# File 'sig/types.rbs', line 149

def chipset
  @chipset
end

#chipset_generation::String

Returns the value of attribute chipset_generation.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def chipset_generation
  @chipset_generation
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


152
153
154
# File 'sig/types.rbs', line 152

def created_at
  @created_at
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def image_version
  @image_version
end

#snapshot_buildTypes::SnapshotBuild

Returns the value of attribute snapshot_build.



153
154
155
# File 'sig/types.rbs', line 153

def snapshot_build
  @snapshot_build
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def state_reason
  @state_reason
end