Class: Aws::MQ::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mq/types.rb

Overview

Note:

When making an API call, you may pass ListTagsRequest data as a hash:

{
  resource_arn: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


1475
1476
1477
1478
# File 'lib/aws-sdk-mq/types.rb', line 1475

class ListTagsRequest < Struct.new(
  :resource_arn)
  include Aws::Structure
end