Module: Aws::LambdaMicrovms::Client::_CreateMicrovmImageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateMicrovmImageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_os_capabilities ⇒ ::Array[("ALL")]
- #base_image_arn ⇒ ::String
- #base_image_version ⇒ ::String
- #build_role_arn ⇒ ::String
- #code_artifact ⇒ Types::CodeArtifact
- #cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #egress_network_connectors ⇒ ::Array[::String]
- #environment_variables ⇒ ::Hash[::String, ::String]
- #hooks ⇒ Types::Hooks
- #image_arn ⇒ ::String
- #image_version ⇒ ::String
- #latest_active_image_version ⇒ ::String
- #latest_failed_image_version ⇒ ::String
- #logging ⇒ Types::Logging
- #name ⇒ ::String
- #resources ⇒ ::Array[Types::Resources]
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#additional_os_capabilities ⇒ ::Array[("ALL")]
120 |
# File 'sig/client.rbs', line 120
def additional_os_capabilities: () -> ::Array[("ALL")]
|
#base_image_arn ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def base_image_arn: () -> ::String
|
#base_image_version ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def base_image_version: () -> ::String
|
#build_role_arn ⇒ ::String
113 |
# File 'sig/client.rbs', line 113
def build_role_arn: () -> ::String
|
#code_artifact ⇒ Types::CodeArtifact
115 |
# File 'sig/client.rbs', line 115
def code_artifact: () -> Types::CodeArtifact
|
#cpu_configurations ⇒ ::Array[Types::CpuConfiguration]
118 |
# File 'sig/client.rbs', line 118
def cpu_configurations: () -> ::Array[Types::CpuConfiguration]
|
#created_at ⇒ ::Time
110 |
# File 'sig/client.rbs', line 110
def created_at: () -> ::Time
|
#description ⇒ ::String
114 |
# File 'sig/client.rbs', line 114
def description: () -> ::String
|
#egress_network_connectors ⇒ ::Array[::String]
117 |
# File 'sig/client.rbs', line 117
def egress_network_connectors: () -> ::Array[::String]
|
#environment_variables ⇒ ::Hash[::String, ::String]
122 |
# File 'sig/client.rbs', line 122
def environment_variables: () -> ::Hash[::String, ::String]
|
#image_arn ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def image_arn: () -> ::String
|
#image_version ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def image_version: () -> ::String
|
#latest_active_image_version ⇒ ::String
108 |
# File 'sig/client.rbs', line 108
def latest_active_image_version: () -> ::String
|
#latest_failed_image_version ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def latest_failed_image_version: () -> ::String
|
#name ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def name: () -> ::String
|
#resources ⇒ ::Array[Types::Resources]
119 |
# File 'sig/client.rbs', line 119
def resources: () -> ::Array[Types::Resources]
|
#state ⇒ "CREATING", ...
107 |
# File 'sig/client.rbs', line 107
def state: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
123 |
# File 'sig/client.rbs', line 123
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
124 |
# File 'sig/client.rbs', line 124
def updated_at: () -> ::Time
|