Module: Aws::Kafka::Client::_CreateVpcConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateVpcConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication ⇒ ::String
- #client_subnets ⇒ ::Array[::String]
- #creation_time ⇒ ::Time
- #security_groups ⇒ ::Array[::String]
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #vpc_connection_arn ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#authentication ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def authentication: () -> ::String
|
#client_subnets ⇒ ::Array[::String]
394 |
# File 'sig/client.rbs', line 394
def client_subnets: () -> ::Array[::String]
|
#creation_time ⇒ ::Time
396 |
# File 'sig/client.rbs', line 396
def creation_time: () -> ::Time
|
#security_groups ⇒ ::Array[::String]
395 |
# File 'sig/client.rbs', line 395
def security_groups: () -> ::Array[::String]
|
#state ⇒ "CREATING", ...
391 |
# File 'sig/client.rbs', line 391
def state: () -> ("CREATING" | "AVAILABLE" | "INACTIVE" | "DEACTIVATING" | "DELETING" | "FAILED" | "REJECTED" | "REJECTING")
|
#tags ⇒ ::Hash[::String, ::String]
397 |
# File 'sig/client.rbs', line 397
def tags: () -> ::Hash[::String, ::String]
|
#vpc_connection_arn ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def vpc_connection_arn: () -> ::String
|
#vpc_id ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def vpc_id: () -> ::String
|