Class: Aws::Types::KxDataviewActiveVersion
- Inherits:
-
Object
- Object
- Aws::Types::KxDataviewActiveVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_clusters ⇒ ::Array[::String]
Returns the value of attribute attached_clusters.
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#attached_clusters ⇒ ::Array[::String]
Returns the value of attribute attached_clusters.
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.
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.
704 705 706 |
# File 'sig/types.rbs', line 704 def 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.
705 706 707 |
# File 'sig/types.rbs', line 705 def version_id @version_id end |