Class: Aws::ACMPCA::Types::ListPermissionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1918

class ListPermissionsResponse < Struct.new(
  :permissions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<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.

Returns:



1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1918

class ListPermissionsResponse < Struct.new(
  :permissions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end