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 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.
5278 5279 5280 5281 5282 5283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5278 class UpdateServiceNetworkRequest < Struct.new( :auth_type, :service_network_identifier) SENSITIVE = [] include Aws::Structure end |
#service_network_identifier ⇒ String
The ID or ARN of the service network.
5278 5279 5280 5281 5282 5283 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5278 class UpdateServiceNetworkRequest < Struct.new( :auth_type, :service_network_identifier) SENSITIVE = [] include Aws::Structure end |