Class: Aws::Types::VpcConnection
- Inherits:
-
Object
- Object
- Aws::Types::VpcConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ ::String
Returns the value of attribute authentication.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
-
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#authentication ⇒ ::String
Returns the value of attribute authentication.
246 247 248 |
# File 'sig/types.rbs', line 246 def authentication @authentication end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
245 246 247 |
# File 'sig/types.rbs', line 245 def creation_time @creation_time end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
248 249 250 |
# File 'sig/types.rbs', line 248 def state @state end |
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
244 245 246 |
# File 'sig/types.rbs', line 244 def target_cluster_arn @target_cluster_arn end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def vpc_connection_arn @vpc_connection_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def vpc_id @vpc_id end |