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

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


446
447
448
# File 'sig/types.rbs', line 446

def creation_date_time
  @creation_date_time
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def dataset_arn
  @dataset_arn
end

#dataset_group_arn ⇒ ::String

Returns the value of attribute dataset_group_arn.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def dataset_group_arn
  @dataset_group_arn
end

#dataset_type ⇒ ::String

Returns the value of attribute dataset_type.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def dataset_type
  @dataset_type
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


447
448
449
# File 'sig/types.rbs', line 447

def last_updated_date_time
  @last_updated_date_time
end

#latest_dataset_update ⇒ Types::DatasetUpdateSummary

Returns the value of attribute latest_dataset_update.



448
449
450
# File 'sig/types.rbs', line 448

def latest_dataset_update
  @latest_dataset_update
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def name
  @name
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def schema_arn
  @schema_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def status
  @status
end

#tracking_id ⇒ ::String

Returns the value of attribute tracking_id.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def tracking_id
  @tracking_id
end