Class: Aws::FMS::Types::BatchAssociateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::BatchAssociateResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
The uniform resource identifiers (URIs) of resources that should be associated to the resource set.
-
#resource_set_identifier ⇒ String
A unique identifier for the resource set, used in a request to refer to the resource set.
Instance Attribute Details
#items ⇒ Array<String>
The uniform resource identifiers (URIs) of resources that should be associated to the resource set. The URIs must be Amazon Resource Names (ARNs).
430 431 432 433 434 435 |
# File 'lib/aws-sdk-fms/types.rb', line 430 class BatchAssociateResourceRequest < Struct.new( :resource_set_identifier, :items) SENSITIVE = [] include Aws::Structure end |
#resource_set_identifier ⇒ String
A unique identifier for the resource set, used in a request to refer to the resource set.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-fms/types.rb', line 430 class BatchAssociateResourceRequest < Struct.new( :resource_set_identifier, :items) SENSITIVE = [] include Aws::Structure end |