Class: Aws::Inspector2::Types::AssociateMemberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AssociateMemberResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the successfully associated member account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the successfully associated member account.
393 394 395 396 397 |
# File 'lib/aws-sdk-inspector2/types.rb', line 393 class AssociateMemberResponse < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |