Class: Aws::Types::ListScriptsOutput

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)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def next_token
  @next_token
end

#scripts::Array[Types::Script]

Returns the value of attribute scripts.

Returns:



1679
1680
1681
# File 'sig/types.rbs', line 1679

def scripts
  @scripts
end