Class: Aws::Types::CreateKxDataviewRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_updateBoolean

Returns the value of attribute auto_update.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SINGLE", "MULTI")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def dataview_name
  @dataview_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def environment_id
  @environment_id
end

#read_writeBoolean

Returns the value of attribute read_write.

Returns:

  • (Boolean)


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.

Returns:

  • (::Hash[::String, ::String])


174
175
176
# File 'sig/types.rbs', line 174

def tags
  @tags
end