Class: Aws::Types::CreateKxDataviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxDataviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
188 189 190 |
# File 'sig/types.rbs', line 188 def auto_update @auto_update end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
183 184 185 |
# File 'sig/types.rbs', line 183 def az_mode @az_mode end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def changeset_id @changeset_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
190 191 192 |
# File 'sig/types.rbs', line 190 def @created_timestamp end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def database_name @database_name end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def dataview_name @dataview_name end |
#description ⇒ ::String
Returns the value of attribute description.
187 188 189 |
# File 'sig/types.rbs', line 187 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
191 192 193 |
# File 'sig/types.rbs', line 191 def @last_modified_timestamp end |
#read_write ⇒ Boolean
Returns the value of attribute read_write.
189 190 191 |
# File 'sig/types.rbs', line 189 def read_write @read_write end |
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
186 187 188 |
# File 'sig/types.rbs', line 186 def segment_configurations @segment_configurations end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
192 193 194 |
# File 'sig/types.rbs', line 192 def status @status end |