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

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)


3687
3688
3689
3690
3691
3692
3693
3694
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3687

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

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


3687
3688
3689
3690
3691
3692
3693
3694
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3687

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

#idString

The ID of the service network.

Returns:

  • (String)


3687
3688
3689
3690
3691
3692
3693
3694
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3687

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

#nameString

The name of the service network.

Returns:

  • (String)


3687
3688
3689
3690
3691
3692
3693
3694
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3687

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