Scope

public struct Scope : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The type of the scope.

    Declaration

    Swift

    public let key: ScopeType?
  • The resource identifier for the specified scope type.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(key: ScopeType? = nil, value: String? = nil)