Class: Aws::Types::FacetAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_definitionTypes::FacetAttributeDefinition

Returns the value of attribute attribute_definition.



793
794
795
# File 'sig/types.rbs', line 793

def attribute_definition
  @attribute_definition
end

#attribute_referenceTypes::FacetAttributeReference

Returns the value of attribute attribute_reference.



794
795
796
# File 'sig/types.rbs', line 794

def attribute_reference
  @attribute_reference
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def name
  @name
end

#required_behavior"REQUIRED_ALWAYS", "NOT_REQUIRED"

Returns the value of attribute required_behavior.

Returns:

  • ("REQUIRED_ALWAYS", "NOT_REQUIRED")


795
796
797
# File 'sig/types.rbs', line 795

def required_behavior
  @required_behavior
end