Class: Aws::Types::DatasetSummary

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)


556
557
558
# File 'sig/types.rbs', line 556

def creation_date_time
  @creation_date_time
end

#dataset_arn ⇒ ::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def dataset_arn
  @dataset_arn
end

#dataset_type ⇒ ::String

Returns the value of attribute dataset_type.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def dataset_type
  @dataset_type
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


557
558
559
# File 'sig/types.rbs', line 557

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def status
  @status
end