Class: Aws::VPCLattice::Types::GetServiceNetworkResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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 service network.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service network.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time of the last update, in ISO-8601 format.

Returns:

  • (Time)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service network.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_associated_servicesInteger

The number of services associated with the service network.

Returns:

  • (Integer)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_associated_vp_csInteger

The number of VPCs associated with the service network.

Returns:

  • (Integer)


2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end

#sharing_configTypes::SharingConfig

Specifies if the service network is enabled for sharing.



2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2313

class GetServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :created_at,
  :id,
  :last_updated_at,
  :name,
  :number_of_associated_services,
  :number_of_associated_vp_cs,
  :sharing_config)
  SENSITIVE = []
  include Aws::Structure
end