Class: Aws::Types::GetMicrovmImageOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


168
169
170
# File 'sig/types.rbs', line 168

def created_at
  @created_at
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def image_arn
  @image_arn
end

#latest_active_image_version::String

Returns the value of attribute latest_active_image_version.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def latest_active_image_version
  @latest_active_image_version
end

#latest_failed_image_version::String

Returns the value of attribute latest_failed_image_version.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def latest_failed_image_version
  @latest_failed_image_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def name
  @name
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "CREATE_FAILED", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETE_FAILED", "DELETED")


165
166
167
# File 'sig/types.rbs', line 165

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


169
170
171
# File 'sig/types.rbs', line 169

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


170
171
172
# File 'sig/types.rbs', line 170

def updated_at
  @updated_at
end