DescribeEventDetailsForOrganizationRequest
public struct DescribeEventDetailsForOrganizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
Declaration
Swift
public let locale: String?
-
A set of JSON elements that includes the awsAccountId and the eventArn.
Declaration
Swift
public let organizationEventDetailFilters: [EventAccountFilter]
-
Undocumented
Declaration
Swift
public init(locale: String? = nil, organizationEventDetailFilters: [EventAccountFilter])
-
Declaration
Swift
public func validate(name: String) throws