Class: Aws::Types::CopySnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopySnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_availability_zone ⇒ ::String
Returns the value of attribute destination_availability_zone.
-
#destination_outpost_arn ⇒ ::String
Returns the value of attribute destination_outpost_arn.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#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.
-
#presigned_url ⇒ ::String
Returns the value of attribute presigned_url.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#completion_duration_minutes ⇒ ::Integer
Returns the value of attribute completion_duration_minutes.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def completion_duration_minutes @completion_duration_minutes end |
#description ⇒ ::String
Returns the value of attribute description.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def description @description end |
#destination_availability_zone ⇒ ::String
Returns the value of attribute destination_availability_zone.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def destination_availability_zone @destination_availability_zone end |
#destination_outpost_arn ⇒ ::String
Returns the value of attribute destination_outpost_arn.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def destination_outpost_arn @destination_outpost_arn end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def destination_region @destination_region end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def encrypted @encrypted end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def kms_key_id @kms_key_id end |
#presigned_url ⇒ ::String
Returns the value of attribute presigned_url.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def presigned_url @presigned_url end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def source_region @source_region end |
#source_snapshot_id ⇒ ::String
Returns the value of attribute source_snapshot_id.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def source_snapshot_id @source_snapshot_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def tag_specifications @tag_specifications end |