Class: Aws::Signer::Types::TagResourceRequest

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

#resource_arnString

The Amazon Resource Name (ARN) for the signing profile.

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1667

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

One or more tags to be associated with the signing profile.

Returns:

  • (Hash<String,String>)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1667

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end