Class: Aws::Types::ListTypedLinkFacetNamesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1284
1285
1286
# File 'sig/types.rbs', line 1284

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1283
1284
1285
# File 'sig/types.rbs', line 1283

def next_token
  @next_token
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:



1282
1283
1284
# File 'sig/types.rbs', line 1282

def schema_arn
  @schema_arn
end