Class: Aws::SSM::Types::TargetPreview
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TargetPreview
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about the resources that would be included in the actual runbook execution, if it were to be run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of resources of a certain type included in an execution preview.
-
#target_type ⇒ String
A type of resource that was included in the execution preview.
Instance Attribute Details
#count ⇒ Integer
The number of resources of a certain type included in an execution preview.
18819 18820 18821 18822 18823 18824 |
# File 'lib/aws-sdk-ssm/types.rb', line 18819 class TargetPreview < Struct.new( :count, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
A type of resource that was included in the execution preview.
18819 18820 18821 18822 18823 18824 |
# File 'lib/aws-sdk-ssm/types.rb', line 18819 class TargetPreview < Struct.new( :count, :target_type) SENSITIVE = [] include Aws::Structure end |