Class: Aws::Resiliencehubv2::Types::ServiceResourcesDisassociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceResourcesDisassociatedMetadata
- 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
-
#resource_count ⇒ Integer
The number of resources disassociated.
-
#resource_types ⇒ Array<String>
The types of resources disassociated.
Instance Attribute Details
#resource_count ⇒ Integer
The number of resources disassociated.
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_types ⇒ Array<String>
The types of resources disassociated.
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 |