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)


3724
3725
3726
# File 'sig/types.rbs', line 3724

def client_token
  @client_token
end

#dataset_configTypes::DatasetConfig

Returns the value of attribute dataset_config.



3721
3722
3723
# File 'sig/types.rbs', line 3721

def dataset_config
  @dataset_config
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


3720
3721
3722
# File 'sig/types.rbs', line 3720

def dataset_description
  @dataset_description
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


3717
3718
3719
# File 'sig/types.rbs', line 3717

def dataset_id
  @dataset_id
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


3719
3720
3721
# File 'sig/types.rbs', line 3719

def dataset_name
  @dataset_name
end

#dataset_sourceTypes::DatasetSource

Returns the value of attribute dataset_source.



3723
3724
3725
# File 'sig/types.rbs', line 3723

def dataset_source
  @dataset_source
end

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

Returns the value of attribute metadata.

Returns:

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


3722
3723
3724
# File 'sig/types.rbs', line 3722

def 
  @metadata
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3718
3719
3720
# File 'sig/types.rbs', line 3718

def workspace_name
  @workspace_name
end