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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


4057
4058
4059
4060
4061
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4057

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