Class: Aws::Types::CreateExportImageTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ami_description::String

Returns the value of attribute ami_description.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def ami_description
  @ami_description
end

#ami_name::String

Returns the value of attribute ami_name.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def ami_name
  @ami_name
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def iam_role_arn
  @iam_role_arn
end

#image_name::String

Returns the value of attribute image_name.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def image_name
  @image_name
end

#tag_specifications::Hash[::String, ::String]

Returns the value of attribute tag_specifications.

Returns:

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


369
370
371
# File 'sig/types.rbs', line 369

def tag_specifications
  @tag_specifications
end