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

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def client_token
  @client_token
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def dataset_description
  @dataset_description
end

#dataset_title::String

Returns the value of attribute dataset_title.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def dataset_title
  @dataset_title
end

#kind"TABULAR", "NON_TABULAR"

Returns the value of attribute kind.

Returns:

  • ("TABULAR", "NON_TABULAR")


107
108
109
# File 'sig/types.rbs', line 107

def kind
  @kind
end

#owner_infoTypes::DatasetOwnerInfo

Returns the value of attribute owner_info.



109
110
111
# File 'sig/types.rbs', line 109

def owner_info
  @owner_info
end

#permission_group_paramsTypes::PermissionGroupParams

Returns the value of attribute permission_group_params.



110
111
112
# File 'sig/types.rbs', line 110

def permission_group_params
  @permission_group_params
end

#schema_definitionTypes::SchemaUnion

Returns the value of attribute schema_definition.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def schema_definition
  @schema_definition
end