Class: Aws::Types::DescribeEnvironmentManagedActionHistoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def environment_name
  @environment_name
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


406
407
408
# File 'sig/types.rbs', line 406

def max_items
  @max_items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def next_token
  @next_token
end