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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


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

#permissionsArray<Types::Permission>

List of permissions associated with the Signing Profile.

Returns:



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_bytesInteger

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

Returns:

  • (Integer)


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_idString

The identifier for the current revision of profile permissions.

Returns:

  • (String)


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