Class: Aws::Types::BatchGetMemberEc2DeepInspectionStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetMemberEc2DeepInspectionStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[Types::MemberAccountEc2DeepInspectionStatusState]
Returns the value of attribute account_ids.
-
#failed_account_ids ⇒ ::Array[Types::FailedMemberAccountEc2DeepInspectionStatusState]
Returns the value of attribute failed_account_ids.
Instance Attribute Details
#account_ids ⇒ ::Array[Types::MemberAccountEc2DeepInspectionStatusState]
Returns the value of attribute account_ids.
403 404 405 |
# File 'sig/types.rbs', line 403 def account_ids @account_ids end |
#failed_account_ids ⇒ ::Array[Types::FailedMemberAccountEc2DeepInspectionStatusState]
Returns the value of attribute failed_account_ids.
404 405 406 |
# File 'sig/types.rbs', line 404 def failed_account_ids @failed_account_ids end |