Class: Aws::Types::KxDataviewConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


712
713
714
# File 'sig/types.rbs', line 712

def changeset_id
  @changeset_id
end

#dataview_name::String

Returns the value of attribute dataview_name.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def dataview_name
  @dataview_name
end

#dataview_version_id::String

Returns the value of attribute dataview_version_id.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def dataview_version_id
  @dataview_version_id
end

#segment_configurations::Array[Types::KxDataviewSegmentConfiguration]

Returns the value of attribute segment_configurations.



713
714
715
# File 'sig/types.rbs', line 713

def segment_configurations
  @segment_configurations
end