Class: Aws::Resiliencehubv2::Types::ServiceResourcesAssociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServiceResourcesAssociatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service resources associated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_count ⇒ Integer
The number of resources associated.
-
#resource_types ⇒ Array<String>
The types of resources associated.
Instance Attribute Details
#resource_count ⇒ Integer
The number of resources associated.
3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3668 class ServiceResourcesAssociatedMetadata < Struct.new( :resource_count, :resource_types) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The types of resources associated.
3668 3669 3670 3671 3672 3673 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3668 class ServiceResourcesAssociatedMetadata < Struct.new( :resource_count, :resource_types) SENSITIVE = [] include Aws::Structure end |