Class: Aws::XRay::Types::ListResourcePoliciesResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token. Not currently supported.

Returns:

  • (String)


1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1854

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

#resource_policiesArray<Types::ResourcePolicy>

The list of resource policies in the target Amazon Web Services account.

Returns:



1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1854

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