Class: Aws::SSM::Types::DescribeDocumentPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeDocumentPermissionRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#name ⇒ String
The name of the document for which you are the owner.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#permission_type ⇒ String
The permission type for the document.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
4868 4869 4870 4871 4872 4873 4874 4875 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4868 class DescribeDocumentPermissionRequest < Struct.new( :name, :permission_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the document for which you are the owner.
4868 4869 4870 4871 4872 4873 4874 4875 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4868 class DescribeDocumentPermissionRequest < Struct.new( :name, :permission_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
4868 4869 4870 4871 4872 4873 4874 4875 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4868 class DescribeDocumentPermissionRequest < Struct.new( :name, :permission_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#permission_type ⇒ String
The permission type for the document. The permission type can be Share.
4868 4869 4870 4871 4872 4873 4874 4875 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4868 class DescribeDocumentPermissionRequest < Struct.new( :name, :permission_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |