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.
239 240 241 |
# File 'sig/types.rbs', line 239 def authentication @authentication end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
238 239 240 |
# File 'sig/types.rbs', line 238 def creation_time @creation_time end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
241 242 243 |
# File 'sig/types.rbs', line 241 def state @state end |
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
237 238 239 |
# File 'sig/types.rbs', line 237 def target_cluster_arn @target_cluster_arn end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
236 237 238 |
# File 'sig/types.rbs', line 236 def vpc_connection_arn @vpc_connection_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def vpc_id @vpc_id end |