Module: Aws::Finspace::Client::_CreateKxDataviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateKxDataviewResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #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
#auto_update ⇒ Boolean
255 |
# File 'sig/client.rbs', line 255
def auto_update: () -> bool
|
#availability_zone_id ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def availability_zone_id: () -> ::String
|
#az_mode ⇒ "SINGLE", "MULTI"
250 |
# File 'sig/client.rbs', line 250
def az_mode: () -> ("SINGLE" | "MULTI")
|
#changeset_id ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def changeset_id: () -> ::String
|
#created_timestamp ⇒ ::Time
257 |
# File 'sig/client.rbs', line 257
def created_timestamp: () -> ::Time
|
#database_name ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def database_name: () -> ::String
|
#dataview_name ⇒ ::String
247 |
# File 'sig/client.rbs', line 247
def dataview_name: () -> ::String
|
#description ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def description: () -> ::String
|
#environment_id ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def environment_id: () -> ::String
|
#last_modified_timestamp ⇒ ::Time
258 |
# File 'sig/client.rbs', line 258
def last_modified_timestamp: () -> ::Time
|
#read_write ⇒ Boolean
256 |
# File 'sig/client.rbs', line 256
def read_write: () -> bool
|
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
253 |
# File 'sig/client.rbs', line 253
def segment_configurations: () -> ::Array[Types::KxDataviewSegmentConfiguration]
|
#status ⇒ "CREATING", ...
259 |
# File 'sig/client.rbs', line 259
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")
|