Class: Aws::Lambda::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The resource's Amazon Resource Name (ARN).

Returns:

  • (String)


6241
6242
6243
6244
6245
6246
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6241

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

#tagsHash<String,String>

A list of tags to apply to the resource.

Returns:

  • (Hash<String,String>)


6241
6242
6243
6244
6245
6246
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6241

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