Class: Aws::QuickSight::Types::VPCConnectionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The summary metadata that describes a VPC connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the VPC connection.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#availability_statusString

The availability status of the VPC connection.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that the VPC connection was created.

Returns:

  • (Time)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#dns_resolversArray<String>

A list of IP addresses of DNS resolver endpoints for the VPC connection.

Returns:

  • (Array<String>)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time that the VPC connection was last updated.

Returns:

  • (Time)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name for the VPC connection.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfacesArray<Types::NetworkInterface>

A list of network interfaces.

Returns:



36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM role associated with the VPC connection.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The Amazon EC2 security group IDs associated with the VPC connection.

Returns:

  • (Array<String>)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the VPC connection.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_idString

The ID of the VPC connection that you’re creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The Amazon EC2 VPC ID associated with the VPC connection.

Returns:

  • (String)


36210
36211
36212
36213
36214
36215
36216
36217
36218
36219
36220
36221
36222
36223
36224
36225
# File 'lib/aws-sdk-quicksight/types.rb', line 36210

class VPCConnectionSummary < Struct.new(
  :vpc_connection_id,
  :arn,
  :name,
  :vpc_id,
  :security_group_ids,
  :dns_resolvers,
  :status,
  :availability_status,
  :network_interfaces,
  :role_arn,
  :created_time,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end