Class: Aws::FMS::Types::BatchAssociateResourceRequest

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

#itemsArray<String>

The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).

Returns:

  • (Array<String>)


430
431
432
433
434
435
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 430

class BatchAssociateResourceRequest < Struct.new(
  :resource_set_identifier,
  :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)


430
431
432
433
434
435
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 430

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