Class: Aws::Types::UpdateKxDataviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxDataviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_versions ⇒ ::Array[Types::KxDataviewActiveVersion]
Returns the value of attribute active_versions.
-
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#read_write ⇒ Boolean
Returns the value of attribute read_write.
-
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#active_versions ⇒ ::Array[Types::KxDataviewActiveVersion]
Returns the value of attribute active_versions.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def active_versions @active_versions end |
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def auto_update @auto_update end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def az_mode @az_mode end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def changeset_id @changeset_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def database_name @database_name end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def dataview_name @dataview_name end |
#description ⇒ ::String
Returns the value of attribute description.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def end |
#read_write ⇒ Boolean
Returns the value of attribute read_write.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def read_write @read_write end |
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def segment_configurations @segment_configurations end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def status @status end |