Class: Aws::Types::UpdateDatasetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def client_token
  @client_token
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def dataset_description
  @dataset_description
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def dataset_id
  @dataset_id
end

#dataset_title::String

Returns the value of attribute dataset_title.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def dataset_title
  @dataset_title
end

#kind"TABULAR", "NON_TABULAR"

Returns the value of attribute kind.

Returns:

  • ("TABULAR", "NON_TABULAR")


579
580
581
# File 'sig/types.rbs', line 579

def kind
  @kind
end

#schema_definitionTypes::SchemaUnion

Returns the value of attribute schema_definition.

Returns:



582
583
584
# File 'sig/types.rbs', line 582

def schema_definition
  @schema_definition
end