Class: Aws::FMS::Types::BatchDisassociateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::BatchDisassociateResourceRequest
- 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 (URI) of resources that should be disassociated from 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 (URI) of resources that should be disassociated from the resource set. The URIs must be Amazon Resource Names (ARNs).
468 469 470 471 472 473 |
# File 'lib/aws-sdk-fms/types.rb', line 468 class BatchDisassociateResourceRequest < 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.
468 469 470 471 472 473 |
# File 'lib/aws-sdk-fms/types.rb', line 468 class BatchDisassociateResourceRequest < Struct.new( :resource_set_identifier, :items) SENSITIVE = [] include Aws::Structure end |