Class: Aws::Kafka::Types::VpcConnectionInfoServerless
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::VpcConnectionInfoServerless
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
-
#owner ⇒ String
-
#user_identity ⇒ Types::UserIdentity
Description of the requester that calls the API operation.
-
#vpc_connection_arn ⇒ String
Instance Attribute Details
#creation_time ⇒ Time
5247 5248 5249 5250 5251 5252 5253 5254 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5247 class VpcConnectionInfoServerless < Struct.new( :creation_time, :owner, :user_identity, :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
5247 5248 5249 5250 5251 5252 5253 5254 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5247 class VpcConnectionInfoServerless < Struct.new( :creation_time, :owner, :user_identity, :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |
#user_identity ⇒ Types::UserIdentity
Description of the requester that calls the API operation.
5247 5248 5249 5250 5251 5252 5253 5254 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5247 class VpcConnectionInfoServerless < Struct.new( :creation_time, :owner, :user_identity, :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_arn ⇒ String
5247 5248 5249 5250 5251 5252 5253 5254 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5247 class VpcConnectionInfoServerless < Struct.new( :creation_time, :owner, :user_identity, :vpc_connection_arn) SENSITIVE = [] include Aws::Structure end |