Class: Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The account that created the association.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#dns_optionsTypes::DnsOptions

The DNS configuration options.

Returns:



1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_enabledBoolean

Indicates if private DNS is enabled for the VPC association.

Returns:

  • (Boolean)


1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The IDs of the security groups.

Returns:

  • (Array<String>)


1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The association status.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
# File 'lib/aws-sdk-vpclattice/types.rb', line 1113

class CreateServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end