Class: Aws::Types::ListDomainAssociationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_associations::Array[Types::DomainAssociation]

Returns the value of attribute domain_associations.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def domain_associations
  @domain_associations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def next_token
  @next_token
end