Class: Aws::Types::UpdateKxDataviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxDataviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def changeset_id @changeset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def client_token @client_token end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def database_name @database_name end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def dataview_name @dataview_name end |
#description ⇒ ::String
Returns the value of attribute description.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def environment_id @environment_id end |
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def segment_configurations @segment_configurations end |