Class: Aws::Mgn::Types::DescribeVcenterClientsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::VcenterClient>

List of items returned by DescribeVcenterClients.

Returns:



1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1191

class DescribeVcenterClientsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next pagination token returned from DescribeVcenterClients.

Returns:

  • (String)


1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1191

class DescribeVcenterClientsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end