class Aws::Signer::Types::RemoveProfilePermissionRequest

@note When making an API call, you may pass RemoveProfilePermissionRequest

data as a hash:

    {
      profile_name: "ProfileName", # required
      revision_id: "String", # required
      statement_id: "String", # required
    }

@!attribute [rw] profile_name

A human-readable name for the signing profile with permissions to be
removed.
@return [String]

@!attribute [rw] revision_id

An identifier for the current revision of the signing profile
permissions.
@return [String]

@!attribute [rw] statement_id

A unique identifier for the cross-account permissions statement.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/RemoveProfilePermissionRequest AWS API Documentation

Constants

SENSITIVE