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)


1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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)


1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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:



1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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)


1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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)


1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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>)


1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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)


1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/aws-sdk-vpclattice/types.rb', line 1138

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