Class: Aws::Types::GetKxDataviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxDataviewResponse
- 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.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#active_versions ⇒ ::Array[Types::KxDataviewActiveVersion]
Returns the value of attribute active_versions.
517 518 519 |
# File 'sig/types.rbs', line 517 def active_versions @active_versions end |
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
519 520 521 |
# File 'sig/types.rbs', line 519 def auto_update @auto_update end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
513 514 515 |
# File 'sig/types.rbs', line 513 def az_mode @az_mode end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def changeset_id @changeset_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
522 523 524 |
# File 'sig/types.rbs', line 522 def @created_timestamp end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def database_name @database_name end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
512 513 514 |
# File 'sig/types.rbs', line 512 def dataview_name @dataview_name end |
#description ⇒ ::String
Returns the value of attribute description.
518 519 520 |
# File 'sig/types.rbs', line 518 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
521 522 523 |
# File 'sig/types.rbs', line 521 def environment_id @environment_id end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
523 524 525 |
# File 'sig/types.rbs', line 523 def @last_modified_timestamp end |
#read_write ⇒ Boolean
Returns the value of attribute read_write.
520 521 522 |
# File 'sig/types.rbs', line 520 def read_write @read_write end |
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
516 517 518 |
# File 'sig/types.rbs', line 516 def segment_configurations @segment_configurations end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
524 525 526 |
# File 'sig/types.rbs', line 524 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
525 526 527 |
# File 'sig/types.rbs', line 525 def status_reason @status_reason end |