Class: Aws::SSMIncidents::Types::ResourcePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ResourcePolicy
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
The resource policy that allows Incident Manager to perform actions on resources on your behalf.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The JSON blob that describes the policy.
-
#policy_id ⇒ String
The ID of the resource policy.
-
#ram_resource_share_region ⇒ String
The Amazon Web Services Region that policy allows resources to be used in.
Instance Attribute Details
#policy_document ⇒ String
The JSON blob that describes the policy.
2018 2019 2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2018 class ResourcePolicy < Struct.new( :policy_document, :policy_id, :ram_resource_share_region) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The ID of the resource policy.
2018 2019 2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2018 class ResourcePolicy < Struct.new( :policy_document, :policy_id, :ram_resource_share_region) SENSITIVE = [] include Aws::Structure end |
#ram_resource_share_region ⇒ String
The Amazon Web Services Region that policy allows resources to be used in.
2018 2019 2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2018 class ResourcePolicy < Struct.new( :policy_document, :policy_id, :ram_resource_share_region) SENSITIVE = [] include Aws::Structure end |