Class: Aws::SSMIncidents::Types::GetResourcePoliciesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::GetResourcePoliciesOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#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 continue to the next page of results.
715 716 717 718 719 720 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 715 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.
715 716 717 718 719 720 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 715 class GetResourcePoliciesOutput < Struct.new( :next_token, :resource_policies) SENSITIVE = [] include Aws::Structure end |