Class: Aws::Types::ListPeeringsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def core_network_id
  @core_network_id
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def edge_location
  @edge_location
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def next_token
  @next_token
end

#peering_type ⇒ "TRANSIT_GATEWAY"

Returns the value of attribute peering_type.

Returns:

  • ("TRANSIT_GATEWAY")


1371
1372
1373
# File 'sig/types.rbs', line 1371

def peering_type
  @peering_type
end

#state ⇒ "CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "FAILED", "AVAILABLE", "DELETING")


1373
1374
1375
# File 'sig/types.rbs', line 1373

def state
  @state
end