Statement
public struct Statement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The row and column of the end of a Statement in an IAM policy.
Declaration
Swift
public let endPosition: Position?
-
The identifier of the policy that was provided as an input.
Declaration
Swift
public let sourcePolicyId: String?
-
The type of the policy.
Declaration
Swift
public let sourcePolicyType: PolicySourceType?
-
The row and column of the beginning of the Statement in an IAM policy.
Declaration
Swift
public let startPosition: Position?
-
Undocumented
Declaration
Swift
public init(endPosition: Position? = nil, sourcePolicyId: String? = nil, sourcePolicyType: PolicySourceType? = nil, startPosition: Position? = nil)