Method: Aws::SSM::Types::TargetPreview#count
- Defined in:
- lib/aws-sdk-ssm/types.rb
#count ⇒ Integer
The number of resources of a certain type included in an execution preview.
19303 19304 19305 19306 19307 19308 |
# File 'lib/aws-sdk-ssm/types.rb', line 19303 class TargetPreview < Struct.new( :count, :target_type) SENSITIVE = [] include Aws::Structure end |