Class: Aws::Types::UpdateKxVolumeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attached_clusters::Array[Types::KxAttachedCluster]

Returns the value of attribute attached_clusters.

Returns:



1233
1234
1235
# File 'sig/types.rbs', line 1233

def attached_clusters
  @attached_clusters
end

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


1231
1232
1233
# File 'sig/types.rbs', line 1231

def availability_zone_ids
  @availability_zone_ids
end

#az_mode"SINGLE", "MULTI"

Returns the value of attribute az_mode.

Returns:

  • ("SINGLE", "MULTI")


1230
1231
1232
# File 'sig/types.rbs', line 1230

def az_mode
  @az_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def environment_id
  @environment_id
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def last_modified_timestamp
  @last_modified_timestamp
end

#nas1_configurationTypes::KxNAS1Configuration

Returns the value of attribute nas1_configuration.



1225
1226
1227
# File 'sig/types.rbs', line 1225

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")


1226
1227
1228
# File 'sig/types.rbs', line 1226

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def status_reason
  @status_reason
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def volume_arn
  @volume_arn
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def volume_name
  @volume_name
end

#volume_type"NAS_1"

Returns the value of attribute volume_type.

Returns:

  • ("NAS_1")


1223
1224
1225
# File 'sig/types.rbs', line 1223

def volume_type
  @volume_type
end