Module: Aws::Finspace::Client::_UpdateKxVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateKxVolumeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attached_clusters ⇒ ::Array[Types::KxAttachedCluster]
- #availability_zone_ids ⇒ ::Array[::String]
- #az_mode ⇒ "SINGLE", "MULTI"
- #created_timestamp ⇒ ::Time
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #last_modified_timestamp ⇒ ::Time
- #nas1_configuration ⇒ Types::KxNAS1Configuration
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
- #volume_arn ⇒ ::String
- #volume_name ⇒ ::String
- #volume_type ⇒ "NAS_1"
Instance Method Details
#attached_clusters ⇒ ::Array[Types::KxAttachedCluster]
1054 |
# File 'sig/client.rbs', line 1054
def attached_clusters: () -> ::Array[Types::KxAttachedCluster]
|
#availability_zone_ids ⇒ ::Array[::String]
1052 |
# File 'sig/client.rbs', line 1052
def availability_zone_ids: () -> ::Array[::String]
|
#az_mode ⇒ "SINGLE", "MULTI"
1051 |
# File 'sig/client.rbs', line 1051
def az_mode: () -> ("SINGLE" | "MULTI")
|
#created_timestamp ⇒ ::Time
1050 |
# File 'sig/client.rbs', line 1050
def created_timestamp: () -> ::Time
|
#description ⇒ ::String
1048 |
# File 'sig/client.rbs', line 1048
def description: () -> ::String
|
#environment_id ⇒ ::String
1042 |
# File 'sig/client.rbs', line 1042
def environment_id: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
1053 |
# File 'sig/client.rbs', line 1053
def last_modified_timestamp: () -> ::Time
|
#nas1_configuration ⇒ Types::KxNAS1Configuration
1046 |
# File 'sig/client.rbs', line 1046
def nas1_configuration: () -> Types::KxNAS1Configuration
|
#status ⇒ "CREATING", ...
1047 |
# File 'sig/client.rbs', line 1047
def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED")
|
#status_reason ⇒ ::String
1049 |
# File 'sig/client.rbs', line 1049
def status_reason: () -> ::String
|
#volume_arn ⇒ ::String
1045 |
# File 'sig/client.rbs', line 1045
def volume_arn: () -> ::String
|
#volume_name ⇒ ::String
1043 |
# File 'sig/client.rbs', line 1043
def volume_name: () -> ::String
|
#volume_type ⇒ "NAS_1"
1044 |
# File 'sig/client.rbs', line 1044
def volume_type: () -> ("NAS_1")
|