Class: Aws::OpsWorksCM::Types::DescribeServersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DescribeServersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
This is not currently implemented for ‘DescribeServers` requests.
-
#next_token ⇒ String
This is not currently implemented for ‘DescribeServers` requests.
-
#server_name ⇒ String
Describes the server with the specified ServerName.
Instance Attribute Details
#max_results ⇒ Integer
This is not currently implemented for ‘DescribeServers` requests.
789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 789 class DescribeServersRequest < Struct.new( :server_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
This is not currently implemented for ‘DescribeServers` requests.
789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 789 class DescribeServersRequest < Struct.new( :server_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
Describes the server with the specified ServerName.
789 790 791 792 793 794 795 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 789 class DescribeServersRequest < Struct.new( :server_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |