Class: Aws::Types::ListConnectionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attach_pointTypes::AttachPoint

Returns the value of attribute attach_point.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def attach_point
  @attach_point
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def environment_id
  @environment_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


193
194
195
# File 'sig/types.rbs', line 193

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def next_token
  @next_token
end

#providerTypes::Provider

Returns the value of attribute provider.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def provider
  @provider
end

#state"available", ...

Returns the value of attribute state.

Returns:

  • ("available", "requested", "pending", "down", "deleting", "deleted", "failed", "updating")


195
196
197
# File 'sig/types.rbs', line 195

def state
  @state
end