Class: Aws::Resiliencehubv2::Types::ServiceResourcesDisassociatedMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Metadata for a service resources disassociated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_countInteger

The number of resources disassociated.

Returns:

  • (Integer)


3687
3688
3689
3690
3691
3692
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3687

class ServiceResourcesDisassociatedMetadata < Struct.new(
  :resource_count,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

The types of resources disassociated.

Returns:

  • (Array<String>)


3687
3688
3689
3690
3691
3692
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3687

class ServiceResourcesDisassociatedMetadata < Struct.new(
  :resource_count,
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end