Class: Aws::PrivateNetworks::Types::StartNetworkResourceUpdateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_resourceTypes::NetworkResource

The network resource.



1635
1636
1637
1638
1639
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1635

class StartNetworkResourceUpdateResponse < Struct.new(
  :network_resource)
  SENSITIVE = []
  include Aws::Structure
end