Class: Aws::Types::ListPartnerEventSourcesResponse

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)


655
656
657
# File 'sig/types.rbs', line 655

def next_token
  @next_token
end

#partner_event_sources::Array[Types::PartnerEventSource]

Returns the value of attribute partner_event_sources.

Returns:



654
655
656
# File 'sig/types.rbs', line 654

def partner_event_sources
  @partner_event_sources
end