Class: Aws::Types::CreateKxDataviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxDataviewRequest
- 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.
-
#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.
-
#read_write ⇒ Boolean
Returns the value of attribute read_write.
-
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#auto_update ⇒ Boolean
Returns the value of attribute auto_update.
171 172 173 |
# File 'sig/types.rbs', line 171 def auto_update @auto_update end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
167 168 169 |
# File 'sig/types.rbs', line 167 def az_mode @az_mode end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
169 170 171 |
# File 'sig/types.rbs', line 169 def changeset_id @changeset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
175 176 177 |
# File 'sig/types.rbs', line 175 def client_token @client_token end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def database_name @database_name end |
#dataview_name ⇒ ::String
Returns the value of attribute dataview_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def dataview_name @dataview_name end |
#description ⇒ ::String
Returns the value of attribute description.
173 174 175 |
# File 'sig/types.rbs', line 173 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def environment_id @environment_id end |
#read_write ⇒ Boolean
Returns the value of attribute read_write.
172 173 174 |
# File 'sig/types.rbs', line 172 def read_write @read_write end |
#segment_configurations ⇒ ::Array[Types::KxDataviewSegmentConfiguration]
Returns the value of attribute segment_configurations.
170 171 172 |
# File 'sig/types.rbs', line 170 def segment_configurations @segment_configurations end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
174 175 176 |
# File 'sig/types.rbs', line 174 def end |