Class: Aws::Types::DescribeServiceUpdatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def next_token
  @next_token
end

#service_updates ⇒ ::Array[Types::ServiceUpdate]

Returns the value of attribute service_updates.

Returns:



522
523
524
# File 'sig/types.rbs', line 522

def service_updates
  @service_updates
end