Class: Aws::Types::ClientVpcConnection
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpcConnection
- 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.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
Instance Attribute Details
#authentication ⇒ ::String
Returns the value of attribute authentication.
227 228 229 |
# File 'sig/types.rbs', line 227 def authentication @authentication end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
228 229 230 |
# File 'sig/types.rbs', line 228 def creation_time @creation_time end |
#owner ⇒ ::String
Returns the value of attribute owner.
231 232 233 |
# File 'sig/types.rbs', line 231 def owner @owner end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
229 230 231 |
# File 'sig/types.rbs', line 229 def state @state end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
230 231 232 |
# File 'sig/types.rbs', line 230 def vpc_connection_arn @vpc_connection_arn end |