Class: Aws::Types::UpdateKxDataviewRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_id::String

Returns the value of attribute changeset_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def dataview_name
  @dataview_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


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