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
485 |
# File 'sig/client.rbs', line 485
def authentication: () -> ::String
|
#creation_time ⇒ ::Time
489 |
# File 'sig/client.rbs', line 489
def creation_time: () -> ::Time
|
#security_groups ⇒ ::Array[::String]
488 |
# File 'sig/client.rbs', line 488
def security_groups: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
484 |
# File 'sig/client.rbs', line 484
def state: () -> ("CREATING" | "AVAILABLE" | "INACTIVE" | "DEACTIVATING" | "DELETING" | "FAILED" | "REJECTED" | "REJECTING")
|
#subnets ⇒ ::Array[::String]
487 |
# File 'sig/client.rbs', line 487
def subnets: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
490 |
# File 'sig/client.rbs', line 490
def tags: () -> ::Hash[::String, ::String]
|
#target_cluster_arn ⇒ ::String
483 |
# File 'sig/client.rbs', line 483
def target_cluster_arn: () -> ::String
|
#vpc_connection_arn ⇒ ::String
482 |
# File 'sig/client.rbs', line 482
def vpc_connection_arn: () -> ::String
|
#vpc_id ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def vpc_id: () -> ::String
|