Class: Aws::Types::DatasetSchema

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)


536
537
538
# File 'sig/types.rbs', line 536

def creation_date_time
  @creation_date_time
end

#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"

Returns the value of attribute domain.

Returns:

  • ("ECOMMERCE", "VIDEO_ON_DEMAND")


538
539
540
# File 'sig/types.rbs', line 538

def domain
  @domain
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


537
538
539
# File 'sig/types.rbs', line 537

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def name
  @name
end

#schema ⇒ ::String

Returns the value of attribute schema.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def schema
  @schema
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def schema_arn
  @schema_arn
end