Class: Aws::Inspector2::Types::GetMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetMemberRequest
- 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 member account to retrieve information on.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the member account to retrieve information on.
5426 5427 5428 5429 5430 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5426 class GetMemberRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |