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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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)


1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1324

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)


1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1324

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