Class: Aws::VPCLattice::Types::UpdateServiceRequest

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)


3779
3780
3781
3782
3783
3784
3785
# File 'lib/aws-sdk-vpclattice/types.rb', line 3779

class UpdateServiceRequest < Struct.new(
  :auth_type,
  :certificate_arn,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
# File 'lib/aws-sdk-vpclattice/types.rb', line 3779

class UpdateServiceRequest < Struct.new(
  :auth_type,
  :certificate_arn,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_identifierString

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

Returns:

  • (String)


3779
3780
3781
3782
3783
3784
3785
# File 'lib/aws-sdk-vpclattice/types.rb', line 3779

class UpdateServiceRequest < Struct.new(
  :auth_type,
  :certificate_arn,
  :service_identifier)
  SENSITIVE = []
  include Aws::Structure
end