Class: Aws::Drs::Types::DescribeSourceServersRequestFilters

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

Overview

A set of filters by which to return Source Servers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hardware_idString

An ID that describes the hardware of the Source Server. This is either an EC2 instance id, a VMware uuid or a mac address.

Returns:

  • (String)


1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1070

class DescribeSourceServersRequestFilters < Struct.new(
  :hardware_id,
  :source_server_i_ds,
  :staging_account_i_ds)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_i_dsArray<String>

An array of Source Servers IDs that should be returned. An empty array means all Source Servers.

Returns:

  • (Array<String>)


1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1070

class DescribeSourceServersRequestFilters < Struct.new(
  :hardware_id,
  :source_server_i_ds,
  :staging_account_i_ds)
  SENSITIVE = []
  include Aws::Structure
end

#staging_account_i_dsArray<String>

An array of staging account IDs that extended source servers belong to. An empty array means all source servers will be shown.

Returns:

  • (Array<String>)


1070
1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1070

class DescribeSourceServersRequestFilters < Struct.new(
  :hardware_id,
  :source_server_i_ds,
  :staging_account_i_ds)
  SENSITIVE = []
  include Aws::Structure
end