Class: Aws::PrivateNetworks::Types::GetNetworkResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::GetNetworkResourceRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the network resource.
Instance Attribute Details
#network_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the network resource.
683 684 685 686 687 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 683 class GetNetworkResourceRequest < Struct.new( :network_resource_arn) SENSITIVE = [] include Aws::Structure end |