Class: Aws::SSM::Types::DescribeDocumentPermissionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeDocumentPermissionRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-ssm/types.rb', line 5003 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.
5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-ssm/types.rb', line 5003 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.)
5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-ssm/types.rb', line 5003 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.
5003 5004 5005 5006 5007 5008 5009 5010 |
# File 'lib/aws-sdk-ssm/types.rb', line 5003 class DescribeDocumentPermissionRequest < Struct.new( :name, :permission_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |