Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // The ID of the DHCP options set, or default to associate no DHCP options with the VPC. DhcpOptionsId string `json:"DhcpOptionsId"` // The ID of the VPC DHCPOptions Association. Id string `json:"Id,omitempty"` // The ID of the VPC. VpcId string `json:"VpcId"` }
Resource Associates a set of DHCP options with a VPC, or associates no DHCP options with the VPC.
func (*Resource) MarshalJSON ¶
func (*Resource) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.