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

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

#profile_nameString

The name of the target signing profile.

Returns:

  • (String)


431
432
433
434
435
436
# File 'lib/aws-sdk-signer/types.rb', line 431

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)


431
432
433
434
435
436
# File 'lib/aws-sdk-signer/types.rb', line 431

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