Class: Aws::VPCLattice::Types::UpdateServiceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceRequest
- Includes:
- Structure
- Defined in:
- 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 Amazon Resource Name (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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
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_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
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 |