Class: Aws::Types::GetViolationDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetViolationDetailsRequest
- 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_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#member_account ⇒ ::String
Returns the value of attribute member_account.
460 461 462 |
# File 'sig/types.rbs', line 460 def member_account @member_account end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
459 460 461 |
# File 'sig/types.rbs', line 459 def policy_id @policy_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
462 463 464 |
# File 'sig/types.rbs', line 462 def resource_type @resource_type end |