Class: Aws::Types::CreateVpcConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication ⇒ ::String
Returns the value of attribute authentication.
-
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
405 406 407 |
# File 'sig/types.rbs', line 405 def authentication @authentication end |
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
407 408 409 |
# File 'sig/types.rbs', line 407 def client_subnets @client_subnets end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
409 410 411 |
# File 'sig/types.rbs', line 409 def creation_time @creation_time end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
408 409 410 |
# File 'sig/types.rbs', line 408 def security_groups @security_groups end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
404 405 406 |
# File 'sig/types.rbs', line 404 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
410 411 412 |
# File 'sig/types.rbs', line 410 def @tags end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
403 404 405 |
# File 'sig/types.rbs', line 403 def vpc_connection_arn @vpc_connection_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
406 407 408 |
# File 'sig/types.rbs', line 406 def vpc_id @vpc_id end |