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

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3765
3766
3767
# File 'sig/types.rbs', line 3765

def client_token
  @client_token
end

#dataset_configTypes::DatasetConfig

Returns the value of attribute dataset_config.



3762
3763
3764
# File 'sig/types.rbs', line 3762

def dataset_config
  @dataset_config
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


3761
3762
3763
# File 'sig/types.rbs', line 3761

def dataset_description
  @dataset_description
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


3758
3759
3760
# File 'sig/types.rbs', line 3758

def dataset_id
  @dataset_id
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


3760
3761
3762
# File 'sig/types.rbs', line 3760

def dataset_name
  @dataset_name
end

#dataset_sourceTypes::DatasetSource

Returns the value of attribute dataset_source.



3764
3765
3766
# File 'sig/types.rbs', line 3764

def dataset_source
  @dataset_source
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


3763
3764
3765
# File 'sig/types.rbs', line 3763

def 
  @metadata
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3759
3760
3761
# File 'sig/types.rbs', line 3759

def workspace_name
  @workspace_name
end