Class: Aws::Types::ListLifecycleExecutionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_executions ⇒ ::Array[Types::LifecycleExecution]

Returns the value of attribute lifecycle_executions.

Returns:



1653
1654
1655
# File 'sig/types.rbs', line 1653

def lifecycle_executions
  @lifecycle_executions
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def next_token
  @next_token
end