Class: Aws::SSM::Types::DescribeAssociationExecutionTargetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The association ID that includes the execution for which you want to view details.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4588

class DescribeAssociationExecutionTargetsRequest < Struct.new(
  :association_id,
  :execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The execution ID for which you want to view details.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4588

class DescribeAssociationExecutionTargetsRequest < Struct.new(
  :association_id,
  :execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::AssociationExecutionTargetsFilter>

Filters for the request. You can specify the following filters and values.

Status (EQUAL)

ResourceId (EQUAL)

ResourceType (EQUAL)



4588
4589
4590
4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4588

class DescribeAssociationExecutionTargetsRequest < Struct.new(
  :association_id,
  :execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


4588
4589
4590
4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4588

class DescribeAssociationExecutionTargetsRequest < Struct.new(
  :association_id,
  :execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4588

class DescribeAssociationExecutionTargetsRequest < Struct.new(
  :association_id,
  :execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end