Class: Aws::VPCLattice::Types::GetServiceNetworkResourceAssociationResponse

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)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the association was created, in ISO-8601 format.

Returns:

  • (Time)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The account that created the association.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dns_entryTypes::DnsEntry

The DNS entry for the service.

Returns:



2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

The failure code.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason the association request failed.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the association.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#is_managed_associationBoolean

Indicates whether the association is managed by Amazon.

Returns:

  • (Boolean)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The most recent date and time that the association was updated, in ISO-8601 format.

Returns:

  • (Time)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_entryTypes::DnsEntry

The private DNS entry for the service.

Returns:



2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_idString

The ID of the resource configuration that is associated with the service network.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_nameString

The name of the resource configuration that is associated with the service network.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_arnString

The Amazon Resource Name (ARN) of the service network that is associated with the resource configuration.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_idString

The ID of the service network that is associated with the resource configuration.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_nameString

The name of the service network that is associated with the resource configuration.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the association.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
# File 'lib/aws-sdk-vpclattice/types.rb', line 2252

class GetServiceNetworkResourceAssociationResponse < Struct.new(
  :arn,
  :created_at,
  :created_by,
  :dns_entry,
  :failure_code,
  :failure_reason,
  :id,
  :is_managed_association,
  :last_updated_at,
  :private_dns_entry,
  :resource_configuration_arn,
  :resource_configuration_id,
  :resource_configuration_name,
  :service_network_arn,
  :service_network_id,
  :service_network_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end