Class: Aws::Proton::Types::GetResourcesSummaryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetResourcesSummaryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#counts ⇒ Types::CountsSummary
Summary counts of each Proton resource type.
Instance Attribute Details
#counts ⇒ Types::CountsSummary
Summary counts of each Proton resource type.
2992 2993 2994 2995 2996 |
# File 'lib/aws-sdk-proton/types.rb', line 2992 class GetResourcesSummaryOutput < Struct.new( :counts) SENSITIVE = [] include Aws::Structure end |