Class: Aws::Types::OdbPeeringConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::OdbPeeringConnectionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
-
#odb_peering_connection_arn ⇒ ::String
Returns the value of attribute odb_peering_connection_arn.
-
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
-
#odb_peering_connection_type ⇒ ::String
Returns the value of attribute odb_peering_connection_type.
-
#peer_network_arn ⇒ ::String
Returns the value of attribute peer_network_arn.
-
#peer_network_cidrs ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs.
-
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def created_at @created_at end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def display_name @display_name end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def odb_network_arn @odb_network_arn end |
#odb_peering_connection_arn ⇒ ::String
Returns the value of attribute odb_peering_connection_arn.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def odb_peering_connection_arn @odb_peering_connection_arn end |
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def odb_peering_connection_id @odb_peering_connection_id end |
#odb_peering_connection_type ⇒ ::String
Returns the value of attribute odb_peering_connection_type.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def odb_peering_connection_type @odb_peering_connection_type end |
#peer_network_arn ⇒ ::String
Returns the value of attribute peer_network_arn.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def peer_network_arn @peer_network_arn end |
#peer_network_cidrs ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def peer_network_cidrs @peer_network_cidrs end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def percent_progress @percent_progress end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def status_reason @status_reason end |