Class: Aws::SecurityIR::Types::BatchGetMemberAccountDetailsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::GetMembershipAccountDetailError>

The response element providing errors messages for requests to GetMembershipAccountDetails.



55
56
57
58
59
60
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 55

class BatchGetMemberAccountDetailsResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::GetMembershipAccountDetailItem>

The response element providing responses for requests to GetMembershipAccountDetails.



55
56
57
58
59
60
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 55

class BatchGetMemberAccountDetailsResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end