Class: Aws::Types::DescribeVpcConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcConnectionResponse
- 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.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
641 642 643 |
# File 'sig/types.rbs', line 641 def authentication @authentication end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def creation_time @creation_time end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
644 645 646 |
# File 'sig/types.rbs', line 644 def security_groups @security_groups end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
640 641 642 |
# File 'sig/types.rbs', line 640 def state @state end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
643 644 645 |
# File 'sig/types.rbs', line 643 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
646 647 648 |
# File 'sig/types.rbs', line 646 def @tags end |
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
639 640 641 |
# File 'sig/types.rbs', line 639 def target_cluster_arn @target_cluster_arn end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
638 639 640 |
# File 'sig/types.rbs', line 638 def vpc_connection_arn @vpc_connection_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
642 643 644 |
# File 'sig/types.rbs', line 642 def vpc_id @vpc_id end |