Class: Aws::Types::Peering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_arn ⇒ ::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def core_network_arn
  @core_network_arn
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def core_network_id
  @core_network_id
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def created_at
  @created_at
end

#edge_location ⇒ ::String

Returns the value of attribute edge_location.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def edge_location
  @edge_location
end

#last_modification_errors ⇒ ::Array[Types::PeeringError]

Returns the value of attribute last_modification_errors.

Returns:



1497
1498
1499
# File 'sig/types.rbs', line 1497

def last_modification_errors
  @last_modification_errors
end

#owner_account_id ⇒ ::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def 
  
end

#peering_id ⇒ ::String

Returns the value of attribute peering_id.

Returns:

  • (::String)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def peering_id
  @peering_id
end

#peering_type ⇒ "TRANSIT_GATEWAY"

Returns the value of attribute peering_type.

Returns:

  • ("TRANSIT_GATEWAY")


1491
1492
1493
# File 'sig/types.rbs', line 1491

def peering_type
  @peering_type
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def resource_arn
  @resource_arn
end

#state ⇒ "CREATING", ...

Returns the value of attribute state.

Returns:

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


1492
1493
1494
# File 'sig/types.rbs', line 1492

def state
  @state
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1495
1496
1497
# File 'sig/types.rbs', line 1495

def tags
  @tags
end