Class: Aws::Types::GetKxVolumeResponse

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:



607
608
609
# File 'sig/types.rbs', line 607

def attached_clusters
  @attached_clusters
end

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


605
606
607
# File 'sig/types.rbs', line 605

def availability_zone_ids
  @availability_zone_ids
end

#az_mode"SINGLE", "MULTI"

Returns the value of attribute az_mode.

Returns:

  • ("SINGLE", "MULTI")


604
605
606
# File 'sig/types.rbs', line 604

def az_mode
  @az_mode
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


602
603
604
# File 'sig/types.rbs', line 602

def created_timestamp
  @created_timestamp
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def environment_id
  @environment_id
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


606
607
608
# File 'sig/types.rbs', line 606

def last_modified_timestamp
  @last_modified_timestamp
end

#nas1_configurationTypes::KxNAS1Configuration

Returns the value of attribute nas1_configuration.



599
600
601
# File 'sig/types.rbs', line 599

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


600
601
602
# File 'sig/types.rbs', line 600

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def status_reason
  @status_reason
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def volume_arn
  @volume_arn
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def volume_name
  @volume_name
end

#volume_type"NAS_1"

Returns the value of attribute volume_type.

Returns:

  • ("NAS_1")


597
598
599
# File 'sig/types.rbs', line 597

def volume_type
  @volume_type
end