Class: Aws::FMS::Types::BatchAssociateResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_itemsArray<Types::FailedItem>

The resources that failed to associate to the resource set.

Returns:



448
449
450
451
452
453
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 448

class BatchAssociateResourceResponse < Struct.new(
  :resource_set_identifier,
  :failed_items)
  SENSITIVE = []
  include Aws::Structure
end

#resource_set_identifierString

A unique identifier for the resource set, used in a request to refer to the resource set.

Returns:

  • (String)


448
449
450
451
452
453
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 448

class BatchAssociateResourceResponse < Struct.new(
  :resource_set_identifier,
  :failed_items)
  SENSITIVE = []
  include Aws::Structure
end