Class: Aws::Types::ListDomainObjectTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:items])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::DomainObjectTypesListItem]

Returns the value of attribute items.

Returns:



1738
1739
1740
# File 'sig/types.rbs', line 1738

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def next_token
  @next_token
end