Class: Aws::Types::CopyImageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def client_token
  @client_token
end

#copy_image_tagsBoolean

Returns the value of attribute copy_image_tags.

Returns:

  • (Boolean)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def copy_image_tags
  @copy_image_tags
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def description
  @description
end

#destination_availability_zone::String

Returns the value of attribute destination_availability_zone.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def destination_availability_zone
  @destination_availability_zone
end

#destination_availability_zone_id::String

Returns the value of attribute destination_availability_zone_id.

Returns:

  • (::String)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def destination_availability_zone_id
  @destination_availability_zone_id
end

#destination_outpost_arn::String

Returns the value of attribute destination_outpost_arn.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def destination_outpost_arn
  @destination_outpost_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def name
  @name
end

#snapshot_copy_completion_duration_minutes::Integer

Returns the value of attribute snapshot_copy_completion_duration_minutes.

Returns:

  • (::Integer)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def snapshot_copy_completion_duration_minutes
  @snapshot_copy_completion_duration_minutes
end

#source_image_id::String

Returns the value of attribute source_image_id.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def source_image_id
  @source_image_id
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def source_region
  @source_region
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2050
2051
2052
# File 'sig/types.rbs', line 2050

def tag_specifications
  @tag_specifications
end