Class: Aws::Types::History

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#events::Array[Types::HistoryEvent]

Returns the value of attribute events.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def events
  @events
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def next_page_token
  @next_page_token
end