Class: Aws::Types::ImportDiskImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportDiskImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
-
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#register_image_options ⇒ Types::RegisterImageOptions
Returns the value of attribute register_image_options.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uri ⇒ ::String
Returns the value of attribute uri.
-
#windows_configuration ⇒ Types::WindowsConfiguration
Returns the value of attribute windows_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def description @description end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def execution_role @execution_role end |
#infrastructure_configuration_arn ⇒ ::String
Returns the value of attribute infrastructure_configuration_arn.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def infrastructure_configuration_arn @infrastructure_configuration_arn end |
#logging_configuration ⇒ Types::ImageLoggingConfiguration
Returns the value of attribute logging_configuration.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def name @name end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def os_version @os_version end |
#platform ⇒ ::String
Returns the value of attribute platform.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def platform @platform end |
#register_image_options ⇒ Types::RegisterImageOptions
Returns the value of attribute register_image_options.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def @register_image_options end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def semantic_version @semantic_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def uri @uri end |
#windows_configuration ⇒ Types::WindowsConfiguration
Returns the value of attribute windows_configuration.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def windows_configuration @windows_configuration end |