Class: Aws::Types::GetMicrovmImageBuildInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#build_id::String

Returns the value of attribute build_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def build_id
  @build_id
end

#image_identifier::String

Returns the value of attribute image_identifier.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def image_identifier
  @image_identifier
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def image_version
  @image_version
end