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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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. The following resources are supported:

  • ‘ConfigurationRecorder`

  • ‘ConfigRule`

  • ‘OrganizationConfigRule`

  • ‘ConformancePack`

  • ‘OrganizationConformancePack`

  • ‘ConfigurationAggregator`

  • ‘AggregationAuthorization`

  • ‘StoredQuery`

Returns:

  • (String)


9311
9312
9313
9314
9315
9316
# File 'lib/aws-sdk-configservice/types.rb', line 9311

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

#tagsArray<Types::Tag>

An array of tag object.

Returns:



9311
9312
9313
9314
9315
9316
# File 'lib/aws-sdk-configservice/types.rb', line 9311

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