Class: Aws::Types::CreateDatasetRequest

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)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def client_token
  @client_token
end

#dataset_configTypes::DatasetConfig

Returns the value of attribute dataset_config.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def dataset_config
  @dataset_config
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def dataset_description
  @dataset_description
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def dataset_id
  @dataset_id
end

#dataset_name::String

Returns the value of attribute dataset_name.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def dataset_name
  @dataset_name
end

#dataset_sourceTypes::DatasetSource

Returns the value of attribute dataset_source.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def dataset_source
  @dataset_source
end

#dataset_type"SESSION", ...

Returns the value of attribute dataset_type.

Returns:

  • ("SESSION", "CURATED", "EXTERNAL")


1007
1008
1009
# File 'sig/types.rbs', line 1007

def dataset_type
  @dataset_type
end

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

Returns the value of attribute metadata.

Returns:

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


1010
1011
1012
# File 'sig/types.rbs', line 1010

def 
  @metadata
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1013
1014
1015
# File 'sig/types.rbs', line 1013

def tags
  @tags
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def workspace_name
  @workspace_name
end