Class: Aws::VPCLattice::Types::UpdateServiceNetworkRequest

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

#auth_typeString

The type of IAM policy.

  • ‘NONE`: The resource does not use an IAM policy. This is the default.

  • ‘AWS_IAM`: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

Returns:

  • (String)


5817
5818
5819
5820
5821
5822
# File 'lib/aws-sdk-vpclattice/types.rb', line 5817

class UpdateServiceNetworkRequest < Struct.new(
  :service_network_identifier,
  :auth_type)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_identifierString

The ID or ARN of the service network.

Returns:

  • (String)


5817
5818
5819
5820
5821
5822
# File 'lib/aws-sdk-vpclattice/types.rb', line 5817

class UpdateServiceNetworkRequest < Struct.new(
  :service_network_identifier,
  :auth_type)
  SENSITIVE = []
  include Aws::Structure
end