Class: Aws::Types::UpdateMicrovmImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMicrovmImageRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
-
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
Returns the value of attribute cpu_configurations.
-
#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_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
Instance Attribute Details
#additional_os_capabilities ⇒ ::Array[("ALL")]
Returns the value of attribute additional_os_capabilities.
615 616 617 |
# File 'sig/types.rbs', line 615 def additional_os_capabilities @additional_os_capabilities end |
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def base_image_arn @base_image_arn end |
#base_image_version ⇒ ::String
Returns the value of attribute base_image_version.
607 608 609 |
# File 'sig/types.rbs', line 607 def base_image_version @base_image_version end |
#build_role_arn ⇒ ::String
Returns the value of attribute build_role_arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def build_role_arn @build_role_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
619 620 621 |
# File 'sig/types.rbs', line 619 def client_token @client_token end |
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
610 611 612 |
# File 'sig/types.rbs', line 610 def code_artifact @code_artifact end |
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
Returns the value of attribute cpu_configurations.
613 614 615 |
# File 'sig/types.rbs', line 613 def cpu_configurations @cpu_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
609 610 611 |
# File 'sig/types.rbs', line 609 def description @description end |
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
612 613 614 |
# File 'sig/types.rbs', line 612 def egress_network_connectors @egress_network_connectors end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
617 618 619 |
# File 'sig/types.rbs', line 617 def environment_variables @environment_variables end |
#hooks ⇒ Types::Hooks
Returns the value of attribute hooks.
616 617 618 |
# File 'sig/types.rbs', line 616 def hooks @hooks end |
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
618 619 620 |
# File 'sig/types.rbs', line 618 def image_identifier @image_identifier end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
611 612 613 |
# File 'sig/types.rbs', line 611 def logging @logging end |
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
614 615 616 |
# File 'sig/types.rbs', line 614 def resources @resources end |