Class: Aws::Types::ListNotificationsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.



5359
5360
5361
# File 'sig/types.rbs', line 5359

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.



5361
5362
5363
# File 'sig/types.rbs', line 5361

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



5360
5361
5362
# File 'sig/types.rbs', line 5360

def next_token
  @next_token
end