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

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)


3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3768

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)


3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3768

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)


3768
3769
3770
3771
3772
3773
3774
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3768

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