Class: Aws::Types::GetActiveNamesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_names::Array[::String]

Returns the value of attribute active_names.

Returns:

  • (::Array[::String])


1345
1346
1347
# File 'sig/types.rbs', line 1345

def active_names
  @active_names
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def next_page_token
  @next_page_token
end