Class: Aws::Types::ListThingsInBillingGroupResponse

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)


3749
3750
3751
# File 'sig/types.rbs', line 3749

def next_token
  @next_token
end

#things::Array[::String]

Returns the value of attribute things.

Returns:

  • (::Array[::String])


3748
3749
3750
# File 'sig/types.rbs', line 3748

def things
  @things
end