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.
412 413 414 |
# File 'sig/types.rbs', line 412 def authentication @authentication end |
#client_subnets ⇒ ::Array[::String]
Returns the value of attribute client_subnets.
414 415 416 |
# File 'sig/types.rbs', line 414 def client_subnets @client_subnets end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
416 417 418 |
# File 'sig/types.rbs', line 416 def creation_time @creation_time end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
415 416 417 |
# File 'sig/types.rbs', line 415 def security_groups @security_groups end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
411 412 413 |
# File 'sig/types.rbs', line 411 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
417 418 419 |
# File 'sig/types.rbs', line 417 def @tags end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
410 411 412 |
# File 'sig/types.rbs', line 410 def vpc_connection_arn @vpc_connection_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def vpc_id @vpc_id end |