Class: Aws::VPCLattice::Types::UpdateServiceNetworkResponse

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 service network.

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-vpclattice/types.rb', line 5303

class UpdateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-vpclattice/types.rb', line 5303

class UpdateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service network.

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-vpclattice/types.rb', line 5303

class UpdateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service network.

Returns:

  • (String)


5303
5304
5305
5306
5307
5308
5309
5310
# File 'lib/aws-sdk-vpclattice/types.rb', line 5303

class UpdateServiceNetworkResponse < Struct.new(
  :arn,
  :auth_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end