Class: Aws::Types::KxDataviewActiveVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attached_clusters::Array[::String]

Returns the value of attribute attached_clusters.

Returns:

  • (::Array[::String])


703
704
705
# File 'sig/types.rbs', line 703

def attached_clusters
  @attached_clusters
end

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def changeset_id
  @changeset_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


704
705
706
# File 'sig/types.rbs', line 704

def created_timestamp
  @created_timestamp
end

#segment_configurations::Array[Types::KxDataviewSegmentConfiguration]

Returns the value of attribute segment_configurations.



702
703
704
# File 'sig/types.rbs', line 702

def segment_configurations
  @segment_configurations
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def version_id
  @version_id
end