Class: Aws::Types::CreateCachediSCSIVolumeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def client_token
  @client_token
end

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def gateway_arn
  @gateway_arn
end

#kms_encryptedBoolean

Returns the value of attribute kms_encrypted.

Returns:

  • (Boolean)


235
236
237
# File 'sig/types.rbs', line 235

def kms_encrypted
  @kms_encrypted
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def kms_key
  @kms_key
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def network_interface_id
  @network_interface_id
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def snapshot_id
  @snapshot_id
end

#source_volume_arn::String

Returns the value of attribute source_volume_arn.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def source_volume_arn
  @source_volume_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def tags
  @tags
end

#target_name::String

Returns the value of attribute target_name.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def target_name
  @target_name
end

#volume_size_in_bytes::Integer

Returns the value of attribute volume_size_in_bytes.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def volume_size_in_bytes
  @volume_size_in_bytes
end