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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#member_accountString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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