Class: Aws::Types::CreateKxVolumeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


277
278
279
# File 'sig/types.rbs', line 277

def availability_zone_ids
  @availability_zone_ids
end

#az_mode"SINGLE", "MULTI"

Returns the value of attribute az_mode.

Returns:

  • ("SINGLE", "MULTI")


275
276
277
# File 'sig/types.rbs', line 275

def az_mode
  @az_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


278
279
280
# File 'sig/types.rbs', line 278

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def environment_id
  @environment_id
end

#nas1_configurationTypes::KxNAS1Configuration

Returns the value of attribute nas1_configuration.



272
273
274
# File 'sig/types.rbs', line 272

def nas1_configuration
  @nas1_configuration
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATED", "UPDATE_FAILED", "DELETING", "DELETED", "DELETE_FAILED")


273
274
275
# File 'sig/types.rbs', line 273

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def status_reason
  @status_reason
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def volume_arn
  @volume_arn
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def volume_name
  @volume_name
end

#volume_type"NAS_1"

Returns the value of attribute volume_type.

Returns:

  • ("NAS_1")


270
271
272
# File 'sig/types.rbs', line 270

def volume_type
  @volume_type
end