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)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def catalog_id
  @catalog_id
end

#filterTypes::GetConnectionsFilter

Returns the value of attribute filter.



3367
3368
3369
# File 'sig/types.rbs', line 3367

def filter
  @filter
end

#hide_passwordBoolean

Returns the value of attribute hide_password.

Returns:

  • (Boolean)


3368
3369
3370
# File 'sig/types.rbs', line 3368

def hide_password
  @hide_password
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3370
3371
3372
# File 'sig/types.rbs', line 3370

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3369
3370
3371
# File 'sig/types.rbs', line 3369

def next_token
  @next_token
end