Class: Aws::Types::MetadataAttributeSchema

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def description
  @description
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def key
  @key
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "NUMBER", "BOOLEAN", "STRING_LIST")


1859
1860
1861
# File 'sig/types.rbs', line 1859

def type
  @type
end