Class: Aws::SSM::Types::TargetPreview

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

The number of resources of a certain type included in an execution preview.

Returns:

  • (Integer)


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_typeString

A type of resource that was included in the execution preview.

Returns:

  • (String)


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