Class: Aws::Types::CreateSchemaRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"

Returns the value of attribute domain.

Returns:

  • ("ECOMMERCE", "VIDEO_ON_DEMAND")


368
369
370
# File 'sig/types.rbs', line 368

def domain
  @domain
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def name
  @name
end

#schema ⇒ ::String

Returns the value of attribute schema.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def schema
  @schema
end