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.
4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4151 class GetMemberRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |