Class: Aws::Types::GetConnectionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def catalog_id
  @catalog_id
end

#filterTypes::GetConnectionsFilter

Returns the value of attribute filter.



3373
3374
3375
# File 'sig/types.rbs', line 3373

def filter
  @filter
end

#hide_passwordBoolean

Returns the value of attribute hide_password.

Returns:

  • (Boolean)


3374
3375
3376
# File 'sig/types.rbs', line 3374

def hide_password
  @hide_password
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3376
3377
3378
# File 'sig/types.rbs', line 3376

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3375
3376
3377
# File 'sig/types.rbs', line 3375

def next_token
  @next_token
end