Class: Aws::Types::ListLaunchActionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters ⇒ Types::LaunchActionsRequestFilters

Returns the value of attribute filters.



704
705
706
# File 'sig/types.rbs', line 704

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


705
706
707
# File 'sig/types.rbs', line 705

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def next_token
  @next_token
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def resource_id
  @resource_id
end