Module: Aws::Finspace::Client::_UpdateKxDataviewResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#active_versions::Array[Types::KxDataviewActiveVersion]

Returns:



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

def active_versions: () -> ::Array[Types::KxDataviewActiveVersion]

#auto_updateBoolean

Returns:

  • (Boolean)


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

def auto_update: () -> bool

#availability_zone_id::String

Returns:

  • (::String)


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

def availability_zone_id: () -> ::String

#az_mode"SINGLE", "MULTI"

Returns:

  • ("SINGLE", "MULTI")


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

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

#changeset_id::String

Returns:

  • (::String)


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

def changeset_id: () -> ::String

#created_timestamp::Time

Returns:

  • (::Time)


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

def created_timestamp: () -> ::Time

#database_name::String

Returns:

  • (::String)


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

def database_name: () -> ::String

#dataview_name::String

Returns:

  • (::String)


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

def dataview_name: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#environment_id::String

Returns:

  • (::String)


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

def environment_id: () -> ::String

#last_modified_timestamp::Time

Returns:

  • (::Time)


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

def last_modified_timestamp: () -> ::Time

#read_writeBoolean

Returns:

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

Returns:

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


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

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