Class: Aws::ACMPCA::Types::ListPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ListPermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
-
#permissions ⇒ Array<Types::Permission>
Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.
Instance Attribute Details
#next_token ⇒ String
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
1914 1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1914 class ListPermissionsResponse < Struct.new( :next_token, :permissions) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::Permission>
Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.
1914 1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1914 class ListPermissionsResponse < Struct.new( :next_token, :permissions) SENSITIVE = [] include Aws::Structure end |