Class: Aws::SMS::Types::GetServersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetServersResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified_on ⇒ Time
The time when the server was last modified.
-
#next_token ⇒ String
The token required to retrieve the next set of results.
-
#server_catalog_status ⇒ String
The status of the server catalog.
-
#server_list ⇒ Array<Types::Server>
Information about the servers.
Instance Attribute Details
#last_modified_on ⇒ Time
The time when the server was last modified.
879 880 881 882 883 884 885 886 |
# File 'lib/aws-sdk-sms/types.rb', line 879 class GetServersResponse < Struct.new( :last_modified_on, :server_catalog_status, :server_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token required to retrieve the next set of results. This value is null when there are no more results to return.
879 880 881 882 883 884 885 886 |
# File 'lib/aws-sdk-sms/types.rb', line 879 class GetServersResponse < Struct.new( :last_modified_on, :server_catalog_status, :server_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#server_catalog_status ⇒ String
The status of the server catalog.
879 880 881 882 883 884 885 886 |
# File 'lib/aws-sdk-sms/types.rb', line 879 class GetServersResponse < Struct.new( :last_modified_on, :server_catalog_status, :server_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#server_list ⇒ Array<Types::Server>
Information about the servers.
879 880 881 882 883 884 885 886 |
# File 'lib/aws-sdk-sms/types.rb', line 879 class GetServersResponse < Struct.new( :last_modified_on, :server_catalog_status, :server_list, :next_token) SENSITIVE = [] include Aws::Structure end |