Class: Aws::Types::ListStudioLifecycleConfigsResponse

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)


8457
8458
8459
# File 'sig/types.rbs', line 8457

def next_token
  @next_token
end

#studio_lifecycle_configs::Array[Types::StudioLifecycleConfigDetails]

Returns the value of attribute studio_lifecycle_configs.



8458
8459
8460
# File 'sig/types.rbs', line 8458

def studio_lifecycle_configs
  @studio_lifecycle_configs
end