Class: Aws::Types::GetKxDataviewResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_versions::Array[Types::KxDataviewActiveVersion]

Returns the value of attribute active_versions.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def active_versions
  @active_versions
end

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


519
520
521
# File 'sig/types.rbs', line 519

def auto_update
  @auto_update
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def availability_zone_id
  @availability_zone_id
end

#az_mode"SINGLE", "MULTI"

Returns the value of attribute az_mode.

Returns:

  • ("SINGLE", "MULTI")


513
514
515
# File 'sig/types.rbs', line 513

def az_mode
  @az_mode
end

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def changeset_id
  @changeset_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


522
523
524
# File 'sig/types.rbs', line 522

def created_timestamp
  @created_timestamp
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def database_name
  @database_name
end

#dataview_name::String

Returns the value of attribute dataview_name.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def dataview_name
  @dataview_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def environment_id
  @environment_id
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


523
524
525
# File 'sig/types.rbs', line 523

def last_modified_timestamp
  @last_modified_timestamp
end

#read_writeBoolean

Returns the value of attribute read_write.

Returns:

  • (Boolean)


520
521
522
# File 'sig/types.rbs', line 520

def read_write
  @read_write
end

#segment_configurations::Array[Types::KxDataviewSegmentConfiguration]

Returns the value of attribute segment_configurations.



516
517
518
# File 'sig/types.rbs', line 516

def segment_configurations
  @segment_configurations
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


524
525
526
# File 'sig/types.rbs', line 524

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def status_reason
  @status_reason
end