Class: Aws::Types::CreateImportedImageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_software_version"CURRENT_LATEST", "ALWAYS_LATEST"

Returns the value of attribute agent_software_version.

Returns:

  • ("CURRENT_LATEST", "ALWAYS_LATEST")


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.

Returns:



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.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def display_name
  @display_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def name
  @name
end

#runtime_validation_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


457
458
459
# File 'sig/types.rbs', line 457

def tags
  @tags
end

#workspace_image_id::String

Returns the value of attribute workspace_image_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def workspace_image_id
  @workspace_image_id
end