You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::GetComplianceDetailRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetComplianceDetailRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  policy_id: "PolicyId", # required
  member_account: "AWSAccountId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountString

The AWS account that owns the resources that you want to get the details for.

Returns:

  • (String)

    The AWS account that owns the resources that you want to get the details for.

#policy_idString

The ID of the policy that you want to get the details for. PolicyId is returned by PutPolicy and by ListPolicies.

Returns:

  • (String)

    The ID of the policy that you want to get the details for.