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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


942
943
944
945
946
947
948
# File 'lib/aws-sdk-signer/types.rb', line 942

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)


942
943
944
945
946
947
948
# File 'lib/aws-sdk-signer/types.rb', line 942

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)


942
943
944
945
946
947
948
# File 'lib/aws-sdk-signer/types.rb', line 942

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