Class: Aws::Signer::Types::RemoveProfilePermissionRequest

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

#profile_nameString

A human-readable name for the signing profile with permissions to be removed.

Returns:

  • (String)


966
967
968
969
970
971
972
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 966

class RemoveProfilePermissionRequest < Struct.new(
  :profile_name,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

An identifier for the current revision of the signing profile permissions.

Returns:

  • (String)


966
967
968
969
970
971
972
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 966

class RemoveProfilePermissionRequest < Struct.new(
  :profile_name,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end

#statement_idString

A unique identifier for the cross-account permissions statement.

Returns:

  • (String)


966
967
968
969
970
971
972
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 966

class RemoveProfilePermissionRequest < Struct.new(
  :profile_name,
  :revision_id,
  :statement_id)
  SENSITIVE = []
  include Aws::Structure
end