Class: Aws::Signer::Types::ListProfilePermissionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

String for specifying the next set of paginated results.

Returns:

  • (String)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 592

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

#permissionsArray<Types::Permission>

List of permissions associated with the Signing Profile.

Returns:



592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 592

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

#policy_size_bytesInteger

Total size of the policy associated with the Signing Profile in bytes.

Returns:

  • (Integer)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 592

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

#revision_idString

The identifier for the current revision of profile permissions.

Returns:

  • (String)


592
593
594
595
596
597
598
599
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 592

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