Class: Aws::Types::AttributeKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#facet_name::String

Returns the value of attribute facet_name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def facet_name
  @facet_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def name
  @name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def schema_arn
  @schema_arn
end