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

Class: Aws::ACMPCA::Types::ListTagsResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

Returns:

  • (String)

    When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.

#tagsArray<Types::Tag>

The tags associated with your private CA.

Returns:

  • (Array<Types::Tag>)

    The tags associated with your private CA.