Class: Aws::Types::ListLinuxSubscriptionInstancesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances ⇒ ::Array[Types::Instance]

Returns the value of attribute instances.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def instances
  @instances
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def next_token
  @next_token
end