Class: Aws::VPCLattice::Types::UpdateServiceNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceNetworkRequest
- 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.
-
#service_network_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network.
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.
3674 3675 3676 3677 3678 3679 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3674 class UpdateServiceNetworkRequest < Struct.new( :auth_type, :service_network_identifier) SENSITIVE = [] include Aws::Structure end |
#service_network_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network.
3674 3675 3676 3677 3678 3679 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3674 class UpdateServiceNetworkRequest < Struct.new( :auth_type, :service_network_identifier) SENSITIVE = [] include Aws::Structure end |