Class: Aws::Types::CopyImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#copy_image_tags ⇒ Boolean
Returns the value of attribute copy_image_tags.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_availability_zone ⇒ ::String
Returns the value of attribute destination_availability_zone.
-
#destination_availability_zone_id ⇒ ::String
Returns the value of attribute destination_availability_zone_id.
-
#destination_outpost_arn ⇒ ::String
Returns the value of attribute destination_outpost_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#snapshot_copy_completion_duration_minutes ⇒ ::Integer
Returns the value of attribute snapshot_copy_completion_duration_minutes.
-
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def client_token @client_token end |
#copy_image_tags ⇒ Boolean
Returns the value of attribute copy_image_tags.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def @copy_image_tags end |
#description ⇒ ::String
Returns the value of attribute description.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def description @description end |
#destination_availability_zone ⇒ ::String
Returns the value of attribute destination_availability_zone.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def destination_availability_zone @destination_availability_zone end |
#destination_availability_zone_id ⇒ ::String
Returns the value of attribute destination_availability_zone_id.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def destination_availability_zone_id @destination_availability_zone_id end |
#destination_outpost_arn ⇒ ::String
Returns the value of attribute destination_outpost_arn.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def destination_outpost_arn @destination_outpost_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def name @name end |
#snapshot_copy_completion_duration_minutes ⇒ ::Integer
Returns the value of attribute snapshot_copy_completion_duration_minutes.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def snapshot_copy_completion_duration_minutes @snapshot_copy_completion_duration_minutes end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def source_image_id @source_image_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def source_region @source_region end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def tag_specifications @tag_specifications end |