Class: Aws::Types::Peering
- Inherits:
-
Object
- Object
- Aws::Types::Peering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#edge_location ⇒ ::String
Returns the value of attribute edge_location.
-
#last_modification_errors ⇒ ::Array[Types::PeeringError]
Returns the value of attribute last_modification_errors.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#peering_id ⇒ ::String
Returns the value of attribute peering_id.
-
#peering_type ⇒ "TRANSIT_GATEWAY"
Returns the value of attribute peering_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
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.
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.
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.
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.
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.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def owner_account_id @owner_account_id end |
#peering_id ⇒ ::String
Returns the value of attribute peering_id.
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.
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.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def resource_arn @resource_arn end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def end |