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.
634 635 636 |
# File 'sig/types.rbs', line 634 def authentication @authentication end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
638 639 640 |
# File 'sig/types.rbs', line 638 def creation_time @creation_time end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
637 638 639 |
# File 'sig/types.rbs', line 637 def security_groups @security_groups end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
633 634 635 |
# File 'sig/types.rbs', line 633 def state @state end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
636 637 638 |
# File 'sig/types.rbs', line 636 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
639 640 641 |
# File 'sig/types.rbs', line 639 def @tags end |
#target_cluster_arn ⇒ ::String
Returns the value of attribute target_cluster_arn.
632 633 634 |
# File 'sig/types.rbs', line 632 def target_cluster_arn @target_cluster_arn end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
631 632 633 |
# File 'sig/types.rbs', line 631 def vpc_connection_arn @vpc_connection_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
635 636 637 |
# File 'sig/types.rbs', line 635 def vpc_id @vpc_id end |