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)


5185
5186
5187
# File 'sig/types.rbs', line 5185

def next_token
  @next_token
end

#predefined_attribute_summary_list::Array[Types::PredefinedAttributeSummary]

Returns the value of attribute predefined_attribute_summary_list.

Returns:



5186
5187
5188
# File 'sig/types.rbs', line 5186

def predefined_attribute_summary_list
  @predefined_attribute_summary_list
end