Module: Aws::Finspace::Client::_GetKxDataviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetKxDataviewResponse]
- 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", ...
- #status_reason ⇒ ::String
Instance Method Details
#active_versions ⇒ ::Array[Types::KxDataviewActiveVersion]
573 |
# File 'sig/client.rbs', line 573
def active_versions: () -> ::Array[Types::KxDataviewActiveVersion]
|
#auto_update ⇒ Boolean
575 |
# File 'sig/client.rbs', line 575
def auto_update: () -> bool
|
#availability_zone_id ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def availability_zone_id: () -> ::String
|
#az_mode ⇒ "SINGLE", "MULTI"
569 |
# File 'sig/client.rbs', line 569
def az_mode: () -> ("SINGLE" | "MULTI")
|
#changeset_id ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def changeset_id: () -> ::String
|
#created_timestamp ⇒ ::Time
578 |
# File 'sig/client.rbs', line 578
def created_timestamp: () -> ::Time
|
#database_name ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def database_name: () -> ::String
|
#dataview_name ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def dataview_name: () -> ::String
|
#description ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def description: () -> ::String
|
#environment_id ⇒ ::String
577 |
# File 'sig/client.rbs', line 577
def environment_id: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
579 |
# File 'sig/client.rbs', line 579
def last_modified_timestamp: () -> ::Time
|
#read_write ⇒ Boolean
576 |
# File 'sig/client.rbs', line 576
def read_write: () -> bool
|
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
572 |
# File 'sig/client.rbs', line 572
def segment_configurations: () -> ::Array[Types::KxDataviewSegmentConfiguration]
|
#status ⇒ "CREATING", ...
580 |
# File 'sig/client.rbs', line 580
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")
|
#status_reason ⇒ ::String
581 |
# File 'sig/client.rbs', line 581
def status_reason: () -> ::String
|