Class: Aws::Types::ListCalculatedAttributesForProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ ::Array[Types::ListCalculatedAttributeForProfileItem]

Returns the value of attribute items.



1704
1705
1706
# File 'sig/types.rbs', line 1704

def items
  @items
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def next_token
  @next_token
end