Class: Aws::Types::GetDatasetResponse

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)


322
323
324
# File 'sig/types.rbs', line 322

def alias
  @alias
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


319
320
321
# File 'sig/types.rbs', line 319

def create_time
  @create_time
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def dataset_arn
  @dataset_arn
end

#dataset_description::String

Returns the value of attribute dataset_description.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def dataset_description
  @dataset_description
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def dataset_id
  @dataset_id
end

#dataset_title::String

Returns the value of attribute dataset_title.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def dataset_title
  @dataset_title
end

#kind"TABULAR", "NON_TABULAR"

Returns the value of attribute kind.

Returns:

  • ("TABULAR", "NON_TABULAR")


317
318
319
# File 'sig/types.rbs', line 317

def kind
  @kind
end

#last_modified_time::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


320
321
322
# File 'sig/types.rbs', line 320

def last_modified_time
  @last_modified_time
end

#schema_definitionTypes::SchemaUnion

Returns the value of attribute schema_definition.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def schema_definition
  @schema_definition
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "FAILED", "SUCCESS", "RUNNING")


323
324
325
# File 'sig/types.rbs', line 323

def status
  @status
end