Class: Aws::Types::DescribeAssociationExecutionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_executions::Array[Types::AssociationExecution]

Returns the value of attribute association_executions.

Returns:



1056
1057
1058
# File 'sig/types.rbs', line 1056

def association_executions
  @association_executions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def next_token
  @next_token
end