Class: Aws::VPCLattice::Types::UpdateServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_type ⇒ String
The type of IAM policy.
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#auth_type ⇒ String
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.
5383 5384 5385 5386 5387 5388 5389 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5383 class UpdateServiceRequest < Struct.new( :auth_type, :certificate_arn, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
5383 5384 5385 5386 5387 5388 5389 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5383 class UpdateServiceRequest < Struct.new( :auth_type, :certificate_arn, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
5383 5384 5385 5386 5387 5388 5389 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5383 class UpdateServiceRequest < Struct.new( :auth_type, :certificate_arn, :service_identifier) SENSITIVE = [] include Aws::Structure end |