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_idString

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

Returns:

  • (String)


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