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)


3674
3675
3676
3677
3678
3679
# File 'lib/aws-sdk-vpclattice/types.rb', line 3674

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

#service_network_identifierString

The ID or Amazon Resource Name (ARN) of the service network.

Returns:

  • (String)


3674
3675
3676
3677
3678
3679
# File 'lib/aws-sdk-vpclattice/types.rb', line 3674

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