Class: Aws::Types::Snapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17127
17128
17129
# File 'sig/types.rbs', line 17127

def availability_zone
  @availability_zone
end

#completion_duration_minutes::Integer

Returns the value of attribute completion_duration_minutes.

Returns:

  • (::Integer)


17129
17130
17131
# File 'sig/types.rbs', line 17129

def completion_duration_minutes
  @completion_duration_minutes
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


17130
17131
17132
# File 'sig/types.rbs', line 17130

def completion_time
  @completion_time
end

#data_encryption_key_id::String

Returns the value of attribute data_encryption_key_id.

Returns:

  • (::String)


17143
17144
17145
# File 'sig/types.rbs', line 17143

def data_encryption_key_id
  @data_encryption_key_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17139
17140
17141
# File 'sig/types.rbs', line 17139

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17141
17142
17143
# File 'sig/types.rbs', line 17141

def encrypted
  @encrypted
end

#full_snapshot_size_in_bytes::Integer

Returns the value of attribute full_snapshot_size_in_bytes.

Returns:

  • (::Integer)


17131
17132
17133
# File 'sig/types.rbs', line 17131

def full_snapshot_size_in_bytes
  @full_snapshot_size_in_bytes
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


17142
17143
17144
# File 'sig/types.rbs', line 17142

def kms_key_id
  @kms_key_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17122
17123
17124
# File 'sig/types.rbs', line 17122

def outpost_arn
  @outpost_arn
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


17121
17122
17123
# File 'sig/types.rbs', line 17121

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17138
17139
17140
# File 'sig/types.rbs', line 17138

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17137
17138
17139
# File 'sig/types.rbs', line 17137

def progress
  @progress
end

#restore_expiry_time::Time

Returns the value of attribute restore_expiry_time.

Returns:

  • (::Time)


17125
17126
17127
# File 'sig/types.rbs', line 17125

def restore_expiry_time
  @restore_expiry_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17132
17133
17134
# File 'sig/types.rbs', line 17132

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

  • ("sse-ebs", "sse-kms", "none")


17126
17127
17128
# File 'sig/types.rbs', line 17126

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17136
17137
17138
# File 'sig/types.rbs', line 17136

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "completed", "error", "recoverable", "recovering")


17134
17135
17136
# File 'sig/types.rbs', line 17134

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


17135
17136
17137
# File 'sig/types.rbs', line 17135

def state_message
  @state_message
end

#storage_tier"archive", "standard"

Returns the value of attribute storage_tier.

Returns:

  • ("archive", "standard")


17124
17125
17126
# File 'sig/types.rbs', line 17124

def storage_tier
  @storage_tier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17123
17124
17125
# File 'sig/types.rbs', line 17123

def tags
  @tags
end

#transfer_type"time-based", "standard"

Returns the value of attribute transfer_type.

Returns:

  • ("time-based", "standard")


17128
17129
17130
# File 'sig/types.rbs', line 17128

def transfer_type
  @transfer_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17133
17134
17135
# File 'sig/types.rbs', line 17133

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17140
17141
17142
# File 'sig/types.rbs', line 17140

def volume_size
  @volume_size
end