Module: Aws::Finspace::Client::_UpdateKxDataviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateKxDataviewResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_versions ⇒ ::Array[Types::KxDataviewActiveVersion]
- #auto_update ⇒ Boolean
- #availability_zone_id ⇒ ::String
- #az_mode ⇒ "SINGLE", "MULTI"
- #changeset_id ⇒ ::String
- #created_timestamp ⇒ ::Time
- #database_name ⇒ ::String
- #dataview_name ⇒ ::String
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #last_modified_timestamp ⇒ ::Time
- #read_write ⇒ Boolean
- #segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
- #status ⇒ "CREATING", ...
Instance Method Details
#active_versions ⇒ ::Array[Types::KxDataviewActiveVersion]
918 |
# File 'sig/client.rbs', line 918
def active_versions: () -> ::Array[Types::KxDataviewActiveVersion]
|
#auto_update ⇒ Boolean
920 |
# File 'sig/client.rbs', line 920
def auto_update: () -> bool
|
#availability_zone_id ⇒ ::String
915 |
# File 'sig/client.rbs', line 915
def availability_zone_id: () -> ::String
|
#az_mode ⇒ "SINGLE", "MULTI"
914 |
# File 'sig/client.rbs', line 914
def az_mode: () -> ("SINGLE" | "MULTI")
|
#changeset_id ⇒ ::String
916 |
# File 'sig/client.rbs', line 916
def changeset_id: () -> ::String
|
#created_timestamp ⇒ ::Time
923 |
# File 'sig/client.rbs', line 923
def created_timestamp: () -> ::Time
|
#database_name ⇒ ::String
912 |
# File 'sig/client.rbs', line 912
def database_name: () -> ::String
|
#dataview_name ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def dataview_name: () -> ::String
|
#description ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def description: () -> ::String
|
#environment_id ⇒ ::String
911 |
# File 'sig/client.rbs', line 911
def environment_id: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
924 |
# File 'sig/client.rbs', line 924
def last_modified_timestamp: () -> ::Time
|
#read_write ⇒ Boolean
921 |
# File 'sig/client.rbs', line 921
def read_write: () -> bool
|
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
917 |
# File 'sig/client.rbs', line 917
def segment_configurations: () -> ::Array[Types::KxDataviewSegmentConfiguration]
|
#status ⇒ "CREATING", ...
919 |
# File 'sig/client.rbs', line 919
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")
|