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
614 |
# File 'sig/client.rbs', line 614
def authentication: () -> ::String
|
#creation_time ⇒ ::Time
618 |
# File 'sig/client.rbs', line 618
def creation_time: () -> ::Time
|
#security_groups ⇒ ::Array[::String]
617 |
# File 'sig/client.rbs', line 617
def security_groups: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
613 |
# File 'sig/client.rbs', line 613
def state: () -> ("CREATING" | "AVAILABLE" | "INACTIVE" | "DEACTIVATING" | "DELETING" | "FAILED" | "REJECTED" | "REJECTING")
|
#subnets ⇒ ::Array[::String]
616 |
# File 'sig/client.rbs', line 616
def subnets: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
619 |
# File 'sig/client.rbs', line 619
def tags: () -> ::Hash[::String, ::String]
|
#target_cluster_arn ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def target_cluster_arn: () -> ::String
|
#vpc_connection_arn ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def vpc_connection_arn: () -> ::String
|
#vpc_id ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def vpc_id: () -> ::String
|