Class: Aws::SSMIncidents::Types::GetResourcePoliciesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::GetResourcePoliciesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use when requesting the next set of items.
-
#resource_policies ⇒ Array<Types::ResourcePolicy>
Details about the resource policy attached to the response plan.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
928 929 930 931 932 933 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 928 class GetResourcePoliciesOutput < Struct.new( :next_token, :resource_policies) SENSITIVE = [] include Aws::Structure end |
#resource_policies ⇒ Array<Types::ResourcePolicy>
Details about the resource policy attached to the response plan.
928 929 930 931 932 933 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 928 class GetResourcePoliciesOutput < Struct.new( :next_token, :resource_policies) SENSITIVE = [] include Aws::Structure end |