Class: Aws::FMS::Types::GetComplianceDetailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetComplianceDetailRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Note:
When making an API call, you may pass GetComplianceDetailRequest data as a hash:
{
policy_id: "PolicyId", # required
member_account: "AWSAccountId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_account ⇒ String
The AWS account that owns the resources that you want to get the details for.
-
#policy_id ⇒ String
The ID of the policy that you want to get the details for.
Instance Attribute Details
#member_account ⇒ String
The AWS account that owns the resources that you want to get the details for.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-fms/types.rb', line 611 class GetComplianceDetailRequest < Struct.new( :policy_id, :member_account) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The ID of the policy that you want to get the details for. ‘PolicyId` is returned by `PutPolicy` and by `ListPolicies`.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-fms/types.rb', line 611 class GetComplianceDetailRequest < Struct.new( :policy_id, :member_account) SENSITIVE = [] include Aws::Structure end |