Method: Aws::SSM::Types::AssociationExecutionTarget#resource_type
- Defined in:
- lib/aws-sdk-ssm/types.rb
#resource_type ⇒ String
The resource type, for example, EC2.
786 787 788 789 790 791 792 793 794 795 796 797 798 |
# File 'lib/aws-sdk-ssm/types.rb', line 786 class AssociationExecutionTarget < Struct.new( :association_id, :association_version, :execution_id, :resource_id, :resource_type, :status, :detailed_status, :last_execution_date, :output_source) SENSITIVE = [] include Aws::Structure end |