Class: Aws::Signer::Types::PutSigningProfileResponse

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

#arnString

The Amazon Resource Name (ARN) of the signing profile created.

Returns:

  • (String)


923
924
925
926
927
928
929
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 923

class PutSigningProfileResponse < Struct.new(
  :arn,
  :profile_version,
  :profile_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The version of the signing profile being created.

Returns:

  • (String)


923
924
925
926
927
928
929
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 923

class PutSigningProfileResponse < Struct.new(
  :arn,
  :profile_version,
  :profile_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#profile_version_arnString

The signing profile ARN, including the profile version.

Returns:

  • (String)


923
924
925
926
927
928
929
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 923

class PutSigningProfileResponse < Struct.new(
  :arn,
  :profile_version,
  :profile_version_arn)
  SENSITIVE = []
  include Aws::Structure
end