Class: Aws::Types::ListFacetNamesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#facet_names::Array[::String]

Returns the value of attribute facet_names.



1081
1082
1083
# File 'sig/types.rbs', line 1081

def facet_names
  @facet_names
end

#next_token::String

Returns the value of attribute next_token.



1082
1083
1084
# File 'sig/types.rbs', line 1082

def next_token
  @next_token
end