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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_accountString

The Amazon Web Services account that owns the resources that you want to get the details for.

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-fms/types.rb', line 1508

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)


1508
1509
1510
1511
1512
1513
# File 'lib/aws-sdk-fms/types.rb', line 1508

class GetComplianceDetailRequest < Struct.new(
  :policy_id,
  :member_account)
  SENSITIVE = []
  include Aws::Structure
end