Class: Aws::PrivateNetworks::Types::GetNetworkResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::GetNetworkResourceResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#network_resource ⇒ Types::NetworkResource
Information about the network resource.
-
#tags ⇒ Hash<String,String>
The network resource tags.
Instance Attribute Details
#network_resource ⇒ Types::NetworkResource
Information about the network resource.
699 700 701 702 703 704 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 699 class GetNetworkResourceResponse < Struct.new( :network_resource, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The network resource tags.
699 700 701 702 703 704 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 699 class GetNetworkResourceResponse < Struct.new( :network_resource, :tags) SENSITIVE = [:tags] include Aws::Structure end |