Class: Aws::Types::ListPredefinedAttributesResponse

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)


5252
5253
5254
# File 'sig/types.rbs', line 5252

def next_token
  @next_token
end

#predefined_attribute_summary_list::Array[Types::PredefinedAttributeSummary]

Returns the value of attribute predefined_attribute_summary_list.

Returns:



5253
5254
5255
# File 'sig/types.rbs', line 5253

def predefined_attribute_summary_list
  @predefined_attribute_summary_list
end