Class: Aws::AppConfig::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The resource ARN.

Returns:

  • (String)


2104
2105
2106
2107
2108
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2104

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