Class: Aws::Types::ListSdiSourcesResponse

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)


5683
5684
5685
# File 'sig/types.rbs', line 5683

def next_token
  @next_token
end

#sdi_sources::Array[Types::SdiSourceSummary]

Returns the value of attribute sdi_sources.

Returns:



5684
5685
5686
# File 'sig/types.rbs', line 5684

def sdi_sources
  @sdi_sources
end