Class: Aws::Types::GetDelegationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delegations ⇒ ::Array[Types::DelegationMetadata]

Returns the value of attribute delegations.

Returns:



700
701
702
# File 'sig/types.rbs', line 700

def delegations
  @delegations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def next_token
  @next_token
end