You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudTrail::Types::ListTagsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource_id_list: ["String"], # required
  next_token: "String",
}

Specifies a list of trail tags to return.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Reserved for future use.

Returns:

  • (String)

    Reserved for future use.

#resource_id_listArray<String>

Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Returns:

  • (Array<String>)

    Specifies a list of trail ARNs whose tags will be listed.