Class: Aws::CloudDirectory::Types::LookupPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::LookupPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory.
-
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call.
-
#next_token ⇒ String
The token to request the next page of results.
-
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose policies will be looked up.
Instance Attribute Details
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns.
4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4442 class LookupPolicyRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results) 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.
4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4442 class LookupPolicyRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4442 class LookupPolicyRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
Reference that identifies the object whose policies will be looked up.
4442 4443 4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4442 class LookupPolicyRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |