Class: Aws::XRay::Types::ListResourcePoliciesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ListResourcePoliciesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#resource_policies ⇒ Array<Types::ResourcePolicy>
The list of resource policies in the target Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
Pagination token. Not currently supported.
2058 2059 2060 2061 2062 2063 |
# File 'lib/aws-sdk-xray/types.rb', line 2058 class ListResourcePoliciesResult < Struct.new( :resource_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_policies ⇒ Array<Types::ResourcePolicy>
The list of resource policies in the target Amazon Web Services account.
2058 2059 2060 2061 2062 2063 |
# File 'lib/aws-sdk-xray/types.rb', line 2058 class ListResourcePoliciesResult < Struct.new( :resource_policies, :next_token) SENSITIVE = [] include Aws::Structure end |