Class: Aws::Types::DescribeSourceServersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def 
  @account_id
end

#filters ⇒ Types::DescribeSourceServersRequestFilters

Returns the value of attribute filters.



388
389
390
# File 'sig/types.rbs', line 388

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


389
390
391
# File 'sig/types.rbs', line 389

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def next_token
  @next_token
end