Class: Aws::Types::ListLifecycleExecutionResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_execution_id ⇒ ::String

Returns the value of attribute lifecycle_execution_id.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def lifecycle_execution_id
  @lifecycle_execution_id
end

#lifecycle_execution_state ⇒ Types::LifecycleExecutionState

Returns the value of attribute lifecycle_execution_state.



1639
1640
1641
# File 'sig/types.rbs', line 1639

def lifecycle_execution_state
  @lifecycle_execution_state
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def next_token
  @next_token
end

#resources ⇒ ::Array[Types::LifecycleExecutionResource]

Returns the value of attribute resources.

Returns:



1640
1641
1642
# File 'sig/types.rbs', line 1640

def resources
  @resources
end