Class: Aws::Types::UpdateMicrovmImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMicrovmImageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_os_capabilities ⇒ ::Array[("ALL")]
Returns the value of attribute additional_os_capabilities.
-
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
-
#base_image_version ⇒ ::String
Returns the value of attribute base_image_version.
-
#build_role_arn ⇒ ::String
Returns the value of attribute build_role_arn.
-
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
-
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
Returns the value of attribute cpu_configurations.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#hooks ⇒ Types::Hooks
Returns the value of attribute hooks.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#latest_active_image_version ⇒ ::String
Returns the value of attribute latest_active_image_version.
-
#latest_failed_image_version ⇒ ::String
Returns the value of attribute latest_failed_image_version.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#additional_os_capabilities ⇒ ::Array[("ALL")]
Returns the value of attribute additional_os_capabilities.
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.
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.
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.
632 633 634 |
# File 'sig/types.rbs', line 632 def build_role_arn @build_role_arn end |
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
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.
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.
629 630 631 |
# File 'sig/types.rbs', line 629 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
641 642 643 |
# File 'sig/types.rbs', line 641 def environment_variables @environment_variables end |
#hooks ⇒ Types::Hooks
Returns the value of attribute hooks.
640 641 642 |
# File 'sig/types.rbs', line 640 def hooks @hooks end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
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.
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.
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.
628 629 630 |
# File 'sig/types.rbs', line 628 def latest_failed_image_version @latest_failed_image_version end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
635 636 637 |
# File 'sig/types.rbs', line 635 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
625 626 627 |
# File 'sig/types.rbs', line 625 def name @name end |
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
638 639 640 |
# File 'sig/types.rbs', line 638 def resources @resources end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
626 627 628 |
# File 'sig/types.rbs', line 626 def state @state end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
642 643 644 |
# File 'sig/types.rbs', line 642 def updated_at @updated_at end |