Class: Aws::Types::CachediSCSIVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


180
181
182
# File 'sig/types.rbs', line 180

def created_date
  @created_date
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def kms_key
  @kms_key
end

#source_snapshot_id::String

Returns the value of attribute source_snapshot_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def source_snapshot_id
  @source_snapshot_id
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def target_name
  @target_name
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def volume_arn
  @volume_arn
end

#volume_attachment_status::String

Returns the value of attribute volume_attachment_status.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def volume_attachment_status
  @volume_attachment_status
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def volume_id
  @volume_id
end

#volume_iscsi_attributesTypes::VolumeiSCSIAttributes

Returns the value of attribute volume_iscsi_attributes.



179
180
181
# File 'sig/types.rbs', line 179

def volume_iscsi_attributes
  @volume_iscsi_attributes
end

#volume_progress::Float

Returns the value of attribute volume_progress.

Returns:

  • (::Float)


177
178
179
# File 'sig/types.rbs', line 177

def volume_progress
  @volume_progress
end

#volume_size_in_bytes::Integer

Returns the value of attribute volume_size_in_bytes.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def volume_size_in_bytes
  @volume_size_in_bytes
end

#volume_status::String

Returns the value of attribute volume_status.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def volume_status
  @volume_status
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def volume_type
  @volume_type
end

#volume_used_in_bytes::Integer

Returns the value of attribute volume_used_in_bytes.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def volume_used_in_bytes
  @volume_used_in_bytes
end