Class: Aws::Types::ListProfileNotificationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def next_token
  @next_token
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def workload_id
  @workload_id
end