Class: Aws::OpsWorksCM::Types::DescribeServersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

This is not currently implemented for DescribeServers requests.

Returns:

  • (Integer)


789
790
791
792
793
794
795
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 789

class DescribeServersRequest < Struct.new(
  :server_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

This is not currently implemented for DescribeServers requests.

Returns:

  • (String)


789
790
791
792
793
794
795
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 789

class DescribeServersRequest < Struct.new(
  :server_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

Describes the server with the specified ServerName.

Returns:

  • (String)


789
790
791
792
793
794
795
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 789

class DescribeServersRequest < Struct.new(
  :server_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end