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)


8519
8520
8521
# File 'sig/types.rbs', line 8519

def next_token
  @next_token
end

#studio_lifecycle_configs::Array[Types::StudioLifecycleConfigDetails]

Returns the value of attribute studio_lifecycle_configs.



8520
8521
8522
# File 'sig/types.rbs', line 8520

def studio_lifecycle_configs
  @studio_lifecycle_configs
end