Class: Aws::Signer::Types::GetSigningProfileRequest

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

#profile_nameString

The name of the target signing profile.

Returns:

  • (String)


450
451
452
453
454
455
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 450

class GetSigningProfileRequest < Struct.new(
  :profile_name,
  :profile_owner)
  SENSITIVE = []
  include Aws::Structure
end

#profile_ownerString

The AWS account ID of the profile owner.

Returns:

  • (String)


450
451
452
453
454
455
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 450

class GetSigningProfileRequest < Struct.new(
  :profile_name,
  :profile_owner)
  SENSITIVE = []
  include Aws::Structure
end