Class: Aws::CloudDirectory::Types::ListFacetAttributesRequest

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)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3618

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

#nameString

The name of the facet whose attributes will be retrieved.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3618

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3618

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

#schema_arnString

The ARN of the schema where the facet resides.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3618

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