Class: Aws::Types::UpdateMicrovmImageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_os_capabilities::Array[("ALL")]

Returns the value of attribute additional_os_capabilities.

Returns:

  • (::Array[("ALL")])


639
640
641
# File 'sig/types.rbs', line 639

def additional_os_capabilities
  @additional_os_capabilities
end

#base_image_arn::String

Returns the value of attribute base_image_arn.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def base_image_arn
  @base_image_arn
end

#base_image_version::String

Returns the value of attribute base_image_version.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def base_image_version
  @base_image_version
end

#build_role_arn::String

Returns the value of attribute build_role_arn.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def build_role_arn
  @build_role_arn
end

#code_artifactTypes::CodeArtifact

Returns the value of attribute code_artifact.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def code_artifact
  @code_artifact
end

#cpu_configurations::Array[Types::CpuConfiguration]

Returns the value of attribute cpu_configurations.

Returns:



637
638
639
# File 'sig/types.rbs', line 637

def cpu_configurations
  @cpu_configurations
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


629
630
631
# File 'sig/types.rbs', line 629

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def description
  @description
end

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


636
637
638
# File 'sig/types.rbs', line 636

def egress_network_connectors
  @egress_network_connectors
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

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


641
642
643
# File 'sig/types.rbs', line 641

def environment_variables
  @environment_variables
end

#hooksTypes::Hooks

Returns the value of attribute hooks.

Returns:



640
641
642
# File 'sig/types.rbs', line 640

def hooks
  @hooks
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


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

def image_version
  @image_version
end

#latest_active_image_version::String

Returns the value of attribute latest_active_image_version.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

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)


628
629
630
# File 'sig/types.rbs', line 628

def latest_failed_image_version
  @latest_failed_image_version
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



635
636
637
# File 'sig/types.rbs', line 635

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def name
  @name
end

#resources::Array[Types::Resources]

Returns the value of attribute resources.

Returns:



638
639
640
# File 'sig/types.rbs', line 638

def resources
  @resources
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


626
627
628
# File 'sig/types.rbs', line 626

def state
  @state
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


642
643
644
# File 'sig/types.rbs', line 642

def updated_at
  @updated_at
end