Class: Aws::Lightsail::Types::GetActiveNamesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#active_namesArray<String>

The list of active names returned by the get active names request.

Returns:

  • (Array<String>)


2844
2845
2846
2847
2848
# File 'lib/aws-sdk-lightsail/types.rb', line 2844

class GetActiveNamesResult < Struct.new(
  :active_names,
  :next_page_token)
  include Aws::Structure
end

#next_page_tokenString

A token used for advancing to the next page of results from your get active names request.

Returns:

  • (String)


2844
2845
2846
2847
2848
# File 'lib/aws-sdk-lightsail/types.rb', line 2844

class GetActiveNamesResult < Struct.new(
  :active_names,
  :next_page_token)
  include Aws::Structure
end