Class: Aws::Inspector2::Types::GetMemberRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The Amazon Web Services account ID of the member account to retrieve information on.

Returns:

  • (String)


6492
6493
6494
6495
6496
# File 'lib/aws-sdk-inspector2/types.rb', line 6492

class GetMemberRequest < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end