Class: Aws::Types::CreateMicrovmImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMicrovmImageResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
92 93 94 |
# File 'sig/types.rbs', line 92 def additional_os_capabilities @additional_os_capabilities end |
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def base_image_arn @base_image_arn end |
#base_image_version ⇒ ::String
Returns the value of attribute base_image_version.
84 85 86 |
# File 'sig/types.rbs', line 84 def base_image_version @base_image_version end |
#build_role_arn ⇒ ::String
Returns the value of attribute build_role_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def build_role_arn @build_role_arn end |
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
87 88 89 |
# File 'sig/types.rbs', line 87 def code_artifact @code_artifact end |
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
Returns the value of attribute cpu_configurations.
90 91 92 |
# File 'sig/types.rbs', line 90 def cpu_configurations @cpu_configurations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
82 83 84 |
# File 'sig/types.rbs', line 82 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
86 87 88 |
# File 'sig/types.rbs', line 86 def description @description end |
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
89 90 91 |
# File 'sig/types.rbs', line 89 def egress_network_connectors @egress_network_connectors end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
94 95 96 |
# File 'sig/types.rbs', line 94 def environment_variables @environment_variables end |
#hooks ⇒ Types::Hooks
Returns the value of attribute hooks.
93 94 95 |
# File 'sig/types.rbs', line 93 def hooks @hooks end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
97 98 99 |
# File 'sig/types.rbs', line 97 def image_version @image_version end |
#latest_active_image_version ⇒ ::String
Returns the value of attribute latest_active_image_version.
80 81 82 |
# File 'sig/types.rbs', line 80 def latest_active_image_version @latest_active_image_version end |
#latest_failed_image_version ⇒ ::String
Returns the value of attribute latest_failed_image_version.
81 82 83 |
# File 'sig/types.rbs', line 81 def latest_failed_image_version @latest_failed_image_version end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
88 89 90 |
# File 'sig/types.rbs', line 88 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
78 79 80 |
# File 'sig/types.rbs', line 78 def name @name end |
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
91 92 93 |
# File 'sig/types.rbs', line 91 def resources @resources end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
79 80 81 |
# File 'sig/types.rbs', line 79 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
95 96 97 |
# File 'sig/types.rbs', line 95 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
96 97 98 |
# File 'sig/types.rbs', line 96 def updated_at @updated_at end |