Class: Aws::CloudDirectory::Types::ListPolicyAttachmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListPolicyAttachmentsRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consistency_level ⇒ String
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
-
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call.
-
#next_token ⇒ String
The pagination token.
-
#policy_reference ⇒ Types::ObjectReference
The reference that identifies the policy object.
Instance Attribute Details
#consistency_level ⇒ String
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4225 class ListPolicyAttachmentsRequest < Struct.new( :directory_arn, :policy_reference, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4225 class ListPolicyAttachmentsRequest < Struct.new( :directory_arn, :policy_reference, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call. This is an approximate number.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4225 class ListPolicyAttachmentsRequest < Struct.new( :directory_arn, :policy_reference, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4225 class ListPolicyAttachmentsRequest < Struct.new( :directory_arn, :policy_reference, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#policy_reference ⇒ Types::ObjectReference
The reference that identifies the policy object.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4225 class ListPolicyAttachmentsRequest < Struct.new( :directory_arn, :policy_reference, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |