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)


5842
5843
5844
5845
5846
5847
5848
5849
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5842

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

#auth_typeString

The type of IAM policy.

Returns:

  • (String)


5842
5843
5844
5845
5846
5847
5848
5849
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5842

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

#idString

The ID of the service network.

Returns:

  • (String)


5842
5843
5844
5845
5846
5847
5848
5849
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5842

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

#nameString

The name of the service network.

Returns:

  • (String)


5842
5843
5844
5845
5846
5847
5848
5849
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5842

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