Class: Aws::Types::DescribeAssociationExecutionTargetsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:



1033
1034
1035
# File 'sig/types.rbs', line 1033

def association_id
  @association_id
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:



1034
1035
1036
# File 'sig/types.rbs', line 1034

def execution_id
  @execution_id
end

#filters::Array[Types::AssociationExecutionTargetsFilter]

Returns the value of attribute filters.

Returns:



1035
1036
1037
# File 'sig/types.rbs', line 1035

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1036
1037
1038
# File 'sig/types.rbs', line 1036

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def next_token
  @next_token
end