Class: Aws::Kafka::Types::VpcConnectionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::VpcConnectionInfo
- Includes:
- Structure
- Defined in:
- 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
4648 4649 4650 4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-kafka/types.rb', line 4648 class VpcConnectionInfo < Struct.new( :vpc_connection_arn, :owner, :user_identity, :creation_time) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
4648 4649 4650 4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-kafka/types.rb', line 4648 class VpcConnectionInfo < Struct.new( :vpc_connection_arn, :owner, :user_identity, :creation_time) SENSITIVE = [] include Aws::Structure end |
#user_identity ⇒ Types::UserIdentity
Description of the requester that calls the API operation.
4648 4649 4650 4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-kafka/types.rb', line 4648 class VpcConnectionInfo < Struct.new( :vpc_connection_arn, :owner, :user_identity, :creation_time) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_arn ⇒ String
4648 4649 4650 4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-kafka/types.rb', line 4648 class VpcConnectionInfo < Struct.new( :vpc_connection_arn, :owner, :user_identity, :creation_time) SENSITIVE = [] include Aws::Structure end |