Class: Aws::SMS::Types::GetServersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetServersResponse
- Defined in:
- gems/aws-sdk-sms/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.
1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1092 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.
1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1092 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.
1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1092 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.
1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1092 class GetServersResponse < Struct.new( :last_modified_on, :server_catalog_status, :server_list, :next_token) SENSITIVE = [] include Aws::Structure end |