Class: Aws::Types::ListFacetAttributesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::FacetAttribute]

Returns the value of attribute attributes.



1068
1069
1070
# File 'sig/types.rbs', line 1068

def attributes
  @attributes
end

#next_token::String

Returns the value of attribute next_token.



1069
1070
1071
# File 'sig/types.rbs', line 1069

def next_token
  @next_token
end