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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2074
2075
2076
2077
2078
2079
# File 'lib/aws-sdk-xray/types.rb', line 2074

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:



2074
2075
2076
2077
2078
2079
# File 'lib/aws-sdk-xray/types.rb', line 2074

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