class
Amazonite::Lambda::AllowedPublishers
- Amazonite::Lambda::AllowedPublishers
- Reference
- Object
Overview
List of signing profiles that can sign a code package.
Included Modules
- JSON::Serializable
Defined in:
lambda/allowed_publishers.crConstructors
- .new(pull : JSON::PullParser)
- .new(signing_profile_version_arns : Array(String))
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#signing_profile_version_arns : Array(String)
The Amazon Resource Name (ARN) for each of the signing profiles.
-
#signing_profile_version_arns=(signing_profile_version_arns : Array(String))
The Amazon Resource Name (ARN) for each of the signing profiles.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def signing_profile_version_arns : Array(String)
#
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
def signing_profile_version_arns=(signing_profile_version_arns : Array(String))
#
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.