Class: Aws::Signer::Types::ListProfilePermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListProfilePermissionsRequest
- 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.
-
#profile_name ⇒ String
Name of the signing profile containing the cross-account permissions.
Instance Attribute Details
#next_token ⇒ String
String for specifying the next set of paginated results.
585 586 587 588 589 590 |
# File 'lib/aws-sdk-signer/types.rb', line 585 class ListProfilePermissionsRequest < Struct.new( :profile_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
Name of the signing profile containing the cross-account permissions.
585 586 587 588 589 590 |
# File 'lib/aws-sdk-signer/types.rb', line 585 class ListProfilePermissionsRequest < Struct.new( :profile_name, :next_token) SENSITIVE = [] include Aws::Structure end |