Module: Aws::Kafka::Client::_DescribeVpcConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeVpcConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication ⇒ ::String
- #creation_time ⇒ ::Time
- #security_groups ⇒ ::Array[::String]
- #state ⇒ "CREATING", ...
- #subnets ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #target_cluster_arn ⇒ ::String
- #vpc_connection_arn ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#authentication ⇒ ::String
633 |
# File 'sig/client.rbs', line 633
def authentication: () -> ::String
|
#creation_time ⇒ ::Time
637 |
# File 'sig/client.rbs', line 637
def creation_time: () -> ::Time
|
#security_groups ⇒ ::Array[::String]
636 |
# File 'sig/client.rbs', line 636
def security_groups: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
632 |
# File 'sig/client.rbs', line 632
def state: () -> ("CREATING" | "AVAILABLE" | "INACTIVE" | "DEACTIVATING" | "DELETING" | "FAILED" | "REJECTED" | "REJECTING")
|
#subnets ⇒ ::Array[::String]
635 |
# File 'sig/client.rbs', line 635
def subnets: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
638 |
# File 'sig/client.rbs', line 638
def tags: () -> ::Hash[::String, ::String]
|
#target_cluster_arn ⇒ ::String
631 |
# File 'sig/client.rbs', line 631
def target_cluster_arn: () -> ::String
|
#vpc_connection_arn ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def vpc_connection_arn: () -> ::String
|
#vpc_id ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def vpc_id: () -> ::String
|