Class: Aws::Types::MicrovmImageVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::MicrovmImageVersionSummary
- 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.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#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.
435 436 437 |
# File 'sig/types.rbs', line 435 def additional_os_capabilities @additional_os_capabilities end |
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
426 427 428 |
# File 'sig/types.rbs', line 426 def base_image_arn @base_image_arn end |
#base_image_version ⇒ ::String
Returns the value of attribute base_image_version.
427 428 429 |
# File 'sig/types.rbs', line 427 def base_image_version @base_image_version end |
#build_role_arn ⇒ ::String
Returns the value of attribute build_role_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def build_role_arn @build_role_arn end |
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
430 431 432 |
# File 'sig/types.rbs', line 430 def code_artifact @code_artifact end |
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
Returns the value of attribute cpu_configurations.
433 434 435 |
# File 'sig/types.rbs', line 433 def cpu_configurations @cpu_configurations end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
442 443 444 |
# File 'sig/types.rbs', line 442 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
429 430 431 |
# File 'sig/types.rbs', line 429 def description @description end |
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
432 433 434 |
# File 'sig/types.rbs', line 432 def egress_network_connectors @egress_network_connectors end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
437 438 439 |
# File 'sig/types.rbs', line 437 def environment_variables @environment_variables end |
#hooks ⇒ Types::Hooks
Returns the value of attribute hooks.
436 437 438 |
# File 'sig/types.rbs', line 436 def hooks @hooks end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
439 440 441 |
# File 'sig/types.rbs', line 439 def image_version @image_version end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
431 432 433 |
# File 'sig/types.rbs', line 431 def logging @logging end |
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
434 435 436 |
# File 'sig/types.rbs', line 434 def resources @resources end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
440 441 442 |
# File 'sig/types.rbs', line 440 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
444 445 446 |
# File 'sig/types.rbs', line 444 def state_reason @state_reason end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
441 442 443 |
# File 'sig/types.rbs', line 441 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
445 446 447 |
# File 'sig/types.rbs', line 445 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
443 444 445 |
# File 'sig/types.rbs', line 443 def updated_at @updated_at end |