Class: Aws::ConfigService::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.

Returns:

  • (String)


8816
8817
8818
8819
8820
8821
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8816

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

#tagsArray<Types::Tag>

An array of tag object.

Returns:



8816
8817
8818
8819
8820
8821
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8816

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