Class: Aws::DirectoryService::Types::ListCertificatesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3062

class ListCertificatesRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The number of items that should show up on one page

Returns:

  • (Integer)


3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3062

class ListCertificatesRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
3068
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3062

class ListCertificatesRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end