Class: Aws::Types::DatasetSchemaSummary

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)


545
546
547
# File 'sig/types.rbs', line 545

def creation_date_time
  @creation_date_time
end

#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"

Returns the value of attribute domain.

Returns:

  • ("ECOMMERCE", "VIDEO_ON_DEMAND")


547
548
549
# File 'sig/types.rbs', line 547

def domain
  @domain
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


546
547
548
# File 'sig/types.rbs', line 546

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def name
  @name
end

#schema_arn ⇒ ::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def schema_arn
  @schema_arn
end