Class: Aws::FMS::Types::BatchAssociateResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::BatchAssociateResourceResponse
- Includes:
- Structure
- Defined in:
- 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 associate 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
#failed_items ⇒ Array<Types::FailedItem>
The resources that failed to associate to the resource set.
448 449 450 451 452 453 |
# File 'lib/aws-sdk-fms/types.rb', line 448 class BatchAssociateResourceResponse < 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.
448 449 450 451 452 453 |
# File 'lib/aws-sdk-fms/types.rb', line 448 class BatchAssociateResourceResponse < Struct.new( :resource_set_identifier, :failed_items) SENSITIVE = [] include Aws::Structure end |