Class: Aws::Types::KxDataviewConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KxDataviewConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
-
#dataview_version_id ⇒ ::String
Returns the value of attribute dataview_version_id.
-
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
Instance Attribute Details
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
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.
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.
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 |