ModifyInstanceMetadataOptionsResult
public struct ModifyInstanceMetadataOptionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the instance.
Declaration
Swift
public let instanceId: String? -
The metadata options for the instance.
Declaration
Swift
public let instanceMetadataOptions: InstanceMetadataOptionsResponse? -
Undocumented
Declaration
Swift
public init(instanceId: String? = nil, instanceMetadataOptions: InstanceMetadataOptionsResponse? = nil)
View on GitHub
ModifyInstanceMetadataOptionsResult Structure Reference