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

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

#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)


3662
3663
3664
3665
3666
3667
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3662

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)


3662
3663
3664
3665
3666
3667
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3662

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