Class: Aws::Signer::Types::ListProfilePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListProfilePermissionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
String for specifying the next set of paginated results.
-
#permissions ⇒ Array<Types::Permission>
List of permissions associated with the Signing Profile.
-
#policy_size_bytes ⇒ Integer
Total size of the policy associated with the Signing Profile in bytes.
-
#revision_id ⇒ String
The identifier for the current revision of profile permissions.
Instance Attribute Details
#next_token ⇒ String
String for specifying the next set of paginated results.
611 612 613 614 615 616 617 618 |
# File 'lib/aws-sdk-signer/types.rb', line 611 class ListProfilePermissionsResponse < Struct.new( :revision_id, :policy_size_bytes, :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::Permission>
List of permissions associated with the Signing Profile.
611 612 613 614 615 616 617 618 |
# File 'lib/aws-sdk-signer/types.rb', line 611 class ListProfilePermissionsResponse < Struct.new( :revision_id, :policy_size_bytes, :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#policy_size_bytes ⇒ Integer
Total size of the policy associated with the Signing Profile in bytes.
611 612 613 614 615 616 617 618 |
# File 'lib/aws-sdk-signer/types.rb', line 611 class ListProfilePermissionsResponse < Struct.new( :revision_id, :policy_size_bytes, :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The identifier for the current revision of profile permissions.
611 612 613 614 615 616 617 618 |
# File 'lib/aws-sdk-signer/types.rb', line 611 class ListProfilePermissionsResponse < Struct.new( :revision_id, :policy_size_bytes, :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |