Class: Aws::Types::CreateMicrovmImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMicrovmImageRequest
- 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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#additional_os_capabilities ⇒ ::Array[("ALL")]
Returns the value of attribute additional_os_capabilities.
67 68 69 |
# File 'sig/types.rbs', line 67 def additional_os_capabilities @additional_os_capabilities end |
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
58 59 60 |
# File 'sig/types.rbs', line 58 def base_image_arn @base_image_arn end |
#base_image_version ⇒ ::String
Returns the value of attribute base_image_version.
59 60 61 |
# File 'sig/types.rbs', line 59 def base_image_version @base_image_version end |
#build_role_arn ⇒ ::String
Returns the value of attribute build_role_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def build_role_arn @build_role_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
72 73 74 |
# File 'sig/types.rbs', line 72 def client_token @client_token end |
#code_artifact ⇒ Types::CodeArtifact
Returns the value of attribute code_artifact.
62 63 64 |
# File 'sig/types.rbs', line 62 def code_artifact @code_artifact end |
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
Returns the value of attribute cpu_configurations.
65 66 67 |
# File 'sig/types.rbs', line 65 def cpu_configurations @cpu_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
61 62 63 |
# File 'sig/types.rbs', line 61 def description @description end |
#egress_network_connectors ⇒ ::Array[::String]
Returns the value of attribute egress_network_connectors.
64 65 66 |
# File 'sig/types.rbs', line 64 def egress_network_connectors @egress_network_connectors end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
69 70 71 |
# File 'sig/types.rbs', line 69 def environment_variables @environment_variables end |
#hooks ⇒ Types::Hooks
Returns the value of attribute hooks.
68 69 70 |
# File 'sig/types.rbs', line 68 def hooks @hooks end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
63 64 65 |
# File 'sig/types.rbs', line 63 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
70 71 72 |
# File 'sig/types.rbs', line 70 def name @name end |
#resources ⇒ ::Array[Types::Resources]
Returns the value of attribute resources.
66 67 68 |
# File 'sig/types.rbs', line 66 def resources @resources end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
71 72 73 |
# File 'sig/types.rbs', line 71 def @tags end |