Class: Aws::Types::GetDomainsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domains::Array[Types::Domain]

Returns the value of attribute domains.

Returns:



1679
1680
1681
# File 'sig/types.rbs', line 1679

def domains
  @domains
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def next_page_token
  @next_page_token
end