Module: Aws::Finspace::Client::_CreateKxDataviewResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateKxDataviewResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#auto_updateBoolean

Returns:

  • (Boolean)


255
# File 'sig/client.rbs', line 255

def auto_update: () -> bool

#availability_zone_id::String

Returns:

  • (::String)


251
# File 'sig/client.rbs', line 251

def availability_zone_id: () -> ::String

#az_mode"SINGLE", "MULTI"

Returns:

  • ("SINGLE", "MULTI")


250
# File 'sig/client.rbs', line 250

def az_mode: () -> ("SINGLE" | "MULTI")

#changeset_id::String

Returns:

  • (::String)


252
# File 'sig/client.rbs', line 252

def changeset_id: () -> ::String

#created_timestamp::Time

Returns:

  • (::Time)


257
# File 'sig/client.rbs', line 257

def created_timestamp: () -> ::Time

#database_name::String

Returns:

  • (::String)


248
# File 'sig/client.rbs', line 248

def database_name: () -> ::String

#dataview_name::String

Returns:

  • (::String)


247
# File 'sig/client.rbs', line 247

def dataview_name: () -> ::String

#description::String

Returns:

  • (::String)


254
# File 'sig/client.rbs', line 254

def description: () -> ::String

#environment_id::String

Returns:

  • (::String)


249
# File 'sig/client.rbs', line 249

def environment_id: () -> ::String

#last_modified_timestamp::Time

Returns:

  • (::Time)


258
# File 'sig/client.rbs', line 258

def last_modified_timestamp: () -> ::Time

#read_writeBoolean

Returns:

  • (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", ...

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "FAILED", "DELETING")


259
# File 'sig/client.rbs', line 259

def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")