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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2004

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

#tagsArray<Types::Tag>

The tags associated with your private CA.

Returns:



2004
2005
2006
2007
2008
2009
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2004

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