Class: Aws::Types::CopySnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:presigned_url])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_duration_minutes::Integer

Returns the value of attribute completion_duration_minutes.

Returns:

  • (::Integer)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def completion_duration_minutes
  @completion_duration_minutes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def description
  @description
end

#destination_availability_zone::String

Returns the value of attribute destination_availability_zone.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def destination_availability_zone
  @destination_availability_zone
end

#destination_outpost_arn::String

Returns the value of attribute destination_outpost_arn.

Returns:

  • (::String)


2065
2066
2067
# File 'sig/types.rbs', line 2065

def destination_outpost_arn
  @destination_outpost_arn
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def destination_region
  @destination_region
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2075
2076
2077
# File 'sig/types.rbs', line 2075

def dry_run
  @dry_run
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def encrypted
  @encrypted
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def kms_key_id
  @kms_key_id
end

#presigned_url::String

Returns the value of attribute presigned_url.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def presigned_url
  @presigned_url
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def source_region
  @source_region
end

#source_snapshot_id::String

Returns the value of attribute source_snapshot_id.

Returns:

  • (::String)


2071
2072
2073
# File 'sig/types.rbs', line 2071

def source_snapshot_id
  @source_snapshot_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2072
2073
2074
# File 'sig/types.rbs', line 2072

def tag_specifications
  @tag_specifications
end