Class: Aws::Types::ViolationDetail
- Inherits:
-
Object
- Object
- Aws::Types::ViolationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_account ⇒ ::String
Returns the value of attribute member_account.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#resource_description ⇒ ::String
Returns the value of attribute resource_description.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resource_violations ⇒ ::Array[Types::ResourceViolation]
Returns the value of attribute resource_violations.
Instance Attribute Details
#member_account ⇒ ::String
Returns the value of attribute member_account.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def member_account @member_account end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def policy_id @policy_id end |
#resource_description ⇒ ::String
Returns the value of attribute resource_description.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def resource_description @resource_description end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def resource_id @resource_id end |
#resource_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute resource_tags.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def resource_type @resource_type end |
#resource_violations ⇒ ::Array[Types::ResourceViolation]
Returns the value of attribute resource_violations.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def resource_violations @resource_violations end |