Class: Aws::Types::Dataset

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)


196
197
198
# File 'sig/types.rbs', line 196

def alias
  @alias
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


193
194
195
# File 'sig/types.rbs', line 193

def create_time
  @create_time
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def dataset_arn
  @dataset_arn
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def dataset_description
  @dataset_description
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def dataset_id
  @dataset_id
end

#dataset_title::String

Returns the value of attribute dataset_title.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def dataset_title
  @dataset_title
end

#kind"TABULAR", "NON_TABULAR"

Returns the value of attribute kind.

Returns:

  • ("TABULAR", "NON_TABULAR")


190
191
192
# File 'sig/types.rbs', line 190

def kind
  @kind
end

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


194
195
196
# File 'sig/types.rbs', line 194

def last_modified_time
  @last_modified_time
end

#owner_infoTypes::DatasetOwnerInfo

Returns the value of attribute owner_info.



192
193
194
# File 'sig/types.rbs', line 192

def owner_info
  @owner_info
end

#schema_definitionTypes::SchemaUnion

Returns the value of attribute schema_definition.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def schema_definition
  @schema_definition
end