Class: Aws::Types::ListNotificationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_timestamp::Time

Returns the value of attribute after_timestamp.

Returns:

  • (::Time)


4201
4202
4203
# File 'sig/types.rbs', line 4201

def after_timestamp
  @after_timestamp
end

#before_timestamp::Time

Returns the value of attribute before_timestamp.

Returns:

  • (::Time)


4202
4203
4204
# File 'sig/types.rbs', line 4202

def before_timestamp
  @before_timestamp
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4199
4200
4201
# File 'sig/types.rbs', line 4199

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4205
4206
4207
# File 'sig/types.rbs', line 4205

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4206
4207
4208
# File 'sig/types.rbs', line 4206

def next_token
  @next_token
end

#subjects::Array[::String]

Returns the value of attribute subjects.

Returns:

  • (::Array[::String])


4203
4204
4205
# File 'sig/types.rbs', line 4203

def subjects
  @subjects
end

#task_status"ACTIVE", "INACTIVE"

Returns the value of attribute task_status.

Returns:

  • ("ACTIVE", "INACTIVE")


4204
4205
4206
# File 'sig/types.rbs', line 4204

def task_status
  @task_status
end

#type"TASK", "EVENT"

Returns the value of attribute type.

Returns:

  • ("TASK", "EVENT")


4200
4201
4202
# File 'sig/types.rbs', line 4200

def type
  @type
end