Class: Aws::FMS::Types::BatchDisassociateResourceResponse

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

#failed_itemsArray<Types::FailedItem>

The resources that failed to disassociate from the resource set.

Returns:



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_identifierString

A unique identifier for the resource set, used in a request to refer to the resource set.

Returns:

  • (String)


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