Class: Aws::Types::CreateImportedImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateImportedImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_software_version ⇒ "CURRENT_LATEST", "ALWAYS_LATEST"
Returns the value of attribute agent_software_version.
-
#app_catalog_config ⇒ ::Array[Types::ApplicationConfig]
Returns the value of attribute app_catalog_config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#runtime_validation_config ⇒ Types::RuntimeValidationConfig
Returns the value of attribute runtime_validation_config.
-
#source_ami_id ⇒ ::String
Returns the value of attribute source_ami_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workspace_image_id ⇒ ::String
Returns the value of attribute workspace_image_id.
Instance Attribute Details
#agent_software_version ⇒ "CURRENT_LATEST", "ALWAYS_LATEST"
Returns the value of attribute agent_software_version.
459 460 461 |
# File 'sig/types.rbs', line 459 def agent_software_version @agent_software_version end |
#app_catalog_config ⇒ ::Array[Types::ApplicationConfig]
Returns the value of attribute app_catalog_config.
460 461 462 |
# File 'sig/types.rbs', line 460 def app_catalog_config @app_catalog_config end |
#description ⇒ ::String
Returns the value of attribute description.
455 456 457 |
# File 'sig/types.rbs', line 455 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
456 457 458 |
# File 'sig/types.rbs', line 456 def display_name @display_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
461 462 463 |
# File 'sig/types.rbs', line 461 def dry_run @dry_run end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
454 455 456 |
# File 'sig/types.rbs', line 454 def iam_role_arn @iam_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
451 452 453 |
# File 'sig/types.rbs', line 451 def name @name end |
#runtime_validation_config ⇒ Types::RuntimeValidationConfig
Returns the value of attribute runtime_validation_config.
458 459 460 |
# File 'sig/types.rbs', line 458 def runtime_validation_config @runtime_validation_config end |
#source_ami_id ⇒ ::String
Returns the value of attribute source_ami_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def source_ami_id @source_ami_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
457 458 459 |
# File 'sig/types.rbs', line 457 def @tags end |
#workspace_image_id ⇒ ::String
Returns the value of attribute workspace_image_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def workspace_image_id @workspace_image_id end |