Class: Aws::SSMIncidents::Types::GetResourcePoliciesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::GetResourcePoliciesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of resource policies to display for each page of results.
-
#next_token ⇒ String
The pagination token for the next set of items to return.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of resource policies to display for each page of results.
909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 909 class GetResourcePoliciesInput < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the next set of items to return. (You received this token from a previous call.)
909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 909 class GetResourcePoliciesInput < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 909 class GetResourcePoliciesInput < Struct.new( :max_results, :next_token, :resource_arn) SENSITIVE = [] include Aws::Structure end |