Class: Aws::FMS::Types::BatchDisassociateResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::BatchDisassociateResourceResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_items ⇒ Array<Types::FailedItem>
The resources that failed to disassociate 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
#failed_items ⇒ Array<Types::FailedItem>
The resources that failed to disassociate from the resource set.
486 487 488 489 490 491 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 486 class BatchDisassociateResourceResponse < Struct.new( :resource_set_identifier, :failed_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.
486 487 488 489 490 491 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 486 class BatchDisassociateResourceResponse < Struct.new( :resource_set_identifier, :failed_items) SENSITIVE = [] include Aws::Structure end |