Class: Aws::VPCLattice::Types::UpdateServiceNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateServiceNetworkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
-
#auth_type ⇒ String
The type of IAM policy.
-
#id ⇒ String
The ID of the service network.
-
#name ⇒ String
The name of the service network.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3699 class UpdateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The type of IAM policy.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3699 class UpdateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service network.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3699 class UpdateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service network.
3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3699 class UpdateServiceNetworkResponse < Struct.new( :arn, :auth_type, :id, :name) SENSITIVE = [] include Aws::Structure end |