Class: Aws::Types::ListStudiosOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def marker
  @marker
end

#studios::Array[Types::StudioSummary]

Returns the value of attribute studios.

Returns:



1108
1109
1110
# File 'sig/types.rbs', line 1108

def studios
  @studios
end