Class: Aws::Types::PolicyComplianceStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_results::Array[Types::EvaluationResult]

Returns the value of attribute evaluation_results.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def evaluation_results
  @evaluation_results
end

#issue_info_map::Hash[("AWSCONFIG" | "AWSWAF" | "AWSSHIELD_ADVANCED" | "AWSVPC"), ::String]

Returns the value of attribute issue_info_map.

Returns:

  • (::Hash[("AWSCONFIG" | "AWSWAF" | "AWSSHIELD_ADVANCED" | "AWSVPC"), ::String])


865
866
867
# File 'sig/types.rbs', line 865

def issue_info_map
  @issue_info_map
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


864
865
866
# File 'sig/types.rbs', line 864

def last_updated
  @last_updated
end

#member_account::String

Returns the value of attribute member_account.

Returns:

  • (::String)


862
863
864
# File 'sig/types.rbs', line 862

def 
  
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def policy_id
  @policy_id
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


861
862
863
# File 'sig/types.rbs', line 861

def policy_name
  @policy_name
end

#policy_owner::String

Returns the value of attribute policy_owner.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def policy_owner
  @policy_owner
end