Class: Aws::Types::ListServiceInstanceOutputsOutput

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)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def next_token
  @next_token
end

#outputs ⇒ ::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def outputs
  @outputs
end