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.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def client_token @client_token end |
#copy_image_tags ⇒ Boolean
Returns the value of attribute copy_image_tags.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def @copy_image_tags end |
#description ⇒ ::String
Returns the value of attribute description.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def description @description end |
#destination_availability_zone ⇒ ::String
Returns the value of attribute destination_availability_zone.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def destination_availability_zone @destination_availability_zone end |
#destination_availability_zone_id ⇒ ::String
Returns the value of attribute destination_availability_zone_id.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def destination_availability_zone_id @destination_availability_zone_id end |
#destination_outpost_arn ⇒ ::String
Returns the value of attribute destination_outpost_arn.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def destination_outpost_arn @destination_outpost_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def name @name end |
#snapshot_copy_completion_duration_minutes ⇒ ::Integer
Returns the value of attribute snapshot_copy_completion_duration_minutes.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def snapshot_copy_completion_duration_minutes @snapshot_copy_completion_duration_minutes end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def source_image_id @source_image_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def source_region @source_region end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def tag_specifications @tag_specifications end |