class
Amazonite::Lambda::GetCodeSigningConfigRequest
- Amazonite::Lambda::GetCodeSigningConfigRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_code_signing_config_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#code_signing_config_arn : String
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#code_signing_config_arn=(code_signing_config_arn : String)
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#hash(hasher)
See
Object#hash(hasher) - #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 code_signing_config_arn : String
#
The The Amazon Resource Name (ARN) of the code signing configuration.
def code_signing_config_arn=(code_signing_config_arn : String)
#
The The Amazon Resource Name (ARN) of the code signing configuration.