Class: Aws::Types::OdbPeeringConnection
- Inherits:
-
Object
- Object
- Aws::Types::OdbPeeringConnection
- 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.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def created_at @created_at end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def display_name @display_name end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def odb_network_arn @odb_network_arn end |
#odb_peering_connection_arn ⇒ ::String
Returns the value of attribute odb_peering_connection_arn.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def odb_peering_connection_arn @odb_peering_connection_arn end |
#odb_peering_connection_id ⇒ ::String
Returns the value of attribute odb_peering_connection_id.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def odb_peering_connection_id @odb_peering_connection_id end |
#odb_peering_connection_type ⇒ ::String
Returns the value of attribute odb_peering_connection_type.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def odb_peering_connection_type @odb_peering_connection_type end |
#peer_network_arn ⇒ ::String
Returns the value of attribute peer_network_arn.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def peer_network_arn @peer_network_arn end |
#peer_network_cidrs ⇒ ::Array[::String]
Returns the value of attribute peer_network_cidrs.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def peer_network_cidrs @peer_network_cidrs end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def percent_progress @percent_progress end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def status_reason @status_reason end |