Class: Aws::Types::ListLifecycleExecutionResourcesRequest

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)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def lifecycle_execution_id
  @lifecycle_execution_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def next_token
  @next_token
end

#parent_resource_id ⇒ ::String

Returns the value of attribute parent_resource_id.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def parent_resource_id
  @parent_resource_id
end