Class: Aws::Types::UpdateMicrovmImageVersionResponse

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")])


664
665
666
# File 'sig/types.rbs', line 664

def additional_os_capabilities
  @additional_os_capabilities
end

#base_image_arn::String

Returns the value of attribute base_image_arn.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def base_image_arn
  @base_image_arn
end

#base_image_version::String

Returns the value of attribute base_image_version.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def base_image_version
  @base_image_version
end

#build_role_arn::String

Returns the value of attribute build_role_arn.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def build_role_arn
  @build_role_arn
end

#code_artifactTypes::CodeArtifact

Returns the value of attribute code_artifact.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def code_artifact
  @code_artifact
end

#cpu_configurations::Array[Types::CpuConfiguration]

Returns the value of attribute cpu_configurations.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def cpu_configurations
  @cpu_configurations
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


671
672
673
# File 'sig/types.rbs', line 671

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def description
  @description
end

#egress_network_connectors::Array[::String]

Returns the value of attribute egress_network_connectors.

Returns:

  • (::Array[::String])


661
662
663
# File 'sig/types.rbs', line 661

def egress_network_connectors
  @egress_network_connectors
end

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

Returns the value of attribute environment_variables.

Returns:

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


666
667
668
# File 'sig/types.rbs', line 666

def environment_variables
  @environment_variables
end

#hooksTypes::Hooks

Returns the value of attribute hooks.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def hooks
  @hooks
end

#image_arn::String

Returns the value of attribute image_arn.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def image_arn
  @image_arn
end

#image_version::String

Returns the value of attribute image_version.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def image_version
  @image_version
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def logging
  @logging
end

#resources::Array[Types::Resources]

Returns the value of attribute resources.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def resources
  @resources
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "IN_PROGRESS", "SUCCESSFUL", "FAILED", "DELETING", "DELETED", "DELETE_FAILED")


669
670
671
# File 'sig/types.rbs', line 669

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def state_reason
  @state_reason
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


670
671
672
# File 'sig/types.rbs', line 670

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


674
675
676
# File 'sig/types.rbs', line 674

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


672
673
674
# File 'sig/types.rbs', line 672

def updated_at
  @updated_at
end