Class: Aws::CloudDirectory::Types::ListTypedLinkFacetNamesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4396

class ListTypedLinkFacetNamesRequest < Struct.new(
  :schema_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4396

class ListTypedLinkFacetNamesRequest < Struct.new(
  :schema_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

Returns:

  • (String)


4396
4397
4398
4399
4400
4401
4402
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4396

class ListTypedLinkFacetNamesRequest < Struct.new(
  :schema_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end